Home
last modified time | relevance | path

Searched refs:container_of (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dlist.h50 #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 Dcompiler.h32 #define container_of(ptr, type, member) \ macro
/aosp12/system/core/libsparse/
H A Doutput_file.cpp57 #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 Dmacros.h129 #define container_of(ptr, type, member) \ macro
H A Dtransport.h642 container_of(params, struct ChppTransportState, linkParams); in chppWorkThreadSignalFromLink()
/aosp12/system/chre/chpp/services/
H A Dwwan.c374 container_of(rRState, struct ChppWwanServiceState, getCellInfoAsync); in chppWwanServiceCellInfoResultCallback()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp33 #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 Dtransport.c1630 container_of(params, struct ChppTransportState, linkParams); in chppLinkSendDoneCb()