随笔分类 -  Binder

Binder系列-1-Binder debug-2-宏值
摘要:一、用户空间宏 1. 用户空间code相关宏 class IBinder : public virtual RefBase //binder/IBinder.h { public: enum { /* binder服务函数code从1开始 */ FIRST_CALL_TRANSACTION = 0x 阅读全文

posted @ 2024-01-15 17:15 Hello-World3 阅读(145) 评论(0) 推荐(0) 编辑

Binder系列-5-binder_mmap—1—mmap()分析
摘要:一、man mmap 1. 函数声明 #include <sys/mman.h> void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset); int munmap(void *addr, size 阅读全文

posted @ 2024-01-13 16:29 Hello-World3 阅读(204) 评论(0) 推荐(0) 编辑

导航