Searched defs:container_of (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
H A D | compiler.h | 32 #define container_of(ptr, type, member) \ macro
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | list.h | 50 #define container_of(ptr, type, member) ({ \ macro
|
/aosp12/system/chre/chpp/include/chpp/ |
H A D | macros.h | 129 #define container_of(ptr, type, member) \ macro
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputStream.cpp | 34 #define container_of(ptr, type, member) \ macro
|
/aosp12/system/core/libsparse/ |
H A D | output_file.cpp | 57 #define container_of(inner, outer_t, elem) ((outer_t*)((char*)(inner)-offsetof(outer_t, elem))) macro
|