HomeSort by relevance Sort by last modified time
    Searched refs:BINDER_GET_NODE_DEBUG_INFO (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/android/
binder.h 113 #define BINDER_GET_NODE_DEBUG_INFO _IOWR('b', 11, struct binder_node_debug_info)
  /external/kernel-headers/original/uapi/linux/android/
binder.h 191 * Use with BINDER_GET_NODE_DEBUG_INFO, driver reads ptr, writes to all fields.
210 #define BINDER_GET_NODE_DEBUG_INFO _IOWR('b', 11, struct binder_node_debug_info)
  /frameworks/native/libs/binder/
ProcessState.cpp 206 #define BINDER_GET_NODE_DEBUG_INFO _IOWR('b', 11, struct binder_node_debug_info)
214 status_t result = ioctl(mDriverFD, BINDER_GET_NODE_DEBUG_INFO, &info);
  /system/libhwbinder/
ProcessState.cpp 196 status_t result = ioctl(mDriverFD, BINDER_GET_NODE_DEBUG_INFO, &info);

Completed in 335 milliseconds