Searched refs:container_of (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | list.h | 50 #define container_of(ptr, type, member) ({ \ macro 55 container_of(ptr, type, member)
|
/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/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 93 #define to_output_file_gz(_o) container_of((_o), struct output_file_gz, out) 100 #define to_output_file_normal(_o) container_of((_o), struct output_file_normal, out) 108 #define to_output_file_callback(_o) container_of((_o), struct output_file_callback, out)
|
/aosp12/system/chre/chpp/include/chpp/ |
H A D | macros.h | 129 #define container_of(ptr, type, member) \ macro
|
H A D | transport.h | 642 container_of(params, struct ChppTransportState, linkParams); in chppWorkThreadSignalFromLink()
|
/aosp12/system/chre/chpp/services/ |
H A D | wwan.c | 374 container_of(rRState, struct ChppWwanServiceState, getCellInfoAsync); in chppWwanServiceCellInfoResultCallback()
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputStream.cpp | 33 #ifndef container_of 34 #define container_of(ptr, type, member) \ macro 313 ANativeWindowBuffer *anwBuffer = container_of(buffer.buffer, ANativeWindowBuffer, handle); in returnBufferCheckedLocked()
|
/aosp12/system/chre/chpp/ |
H A D | transport.c | 1630 container_of(params, struct ChppTransportState, linkParams); in chppLinkSendDoneCb()
|