Searched refs:container_of (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp25 #ifndef container_of
26 #define container_of(ptr, type, member) \ macro
200 container_of(buffer.buffer, ANativeWindowBuffer, handle),
217 container_of(buffer.buffer, ANativeWindowBuffer, handle),
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h589 #ifndef container_of
590 #define container_of(ptr, type, member) ({ \ macro
608 container_of(buffer, ANativeWindowBuffer, handle), -1);
616 container_of(buffer, ANativeWindowBuffer, handle), -1);
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp997 #ifndef container_of
998 #define container_of(ptr, type, member) \ macro
1332 container_of(buffer, ANativeWindowBuffer, handle), -1);
1358 container_of(buffer, ANativeWindowBuffer, handle), -1);
1386 #ifndef container_of
1387 #define container_of(ptr, type, member) \ macro

Completed in 61 milliseconds