Home
last modified time | relevance | path

Searched defs:ext2 (Results 1 – 9 of 9) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp124 int ExynosVirtualDisplay::sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) in sendWFDCommand()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h95 int32_t ext2; member
144 int32_t ext2; // extended parameter member
DQCameraMuxer.cpp2258 int32_t ext2) in sendEvtNotify()
DQCameraPostProc.cpp861 int32_t ext2) in sendEvtNotify()
DQCamera2HWI.cpp6590 int32_t ext2) in sendEvtNotify()
/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp84 int ExynosHWCService::sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) in sendWFDCommand()
DIExynosHWC.cpp130 virtual int sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) in sendWFDCommand()
560 int ext2 = data.readInt32(); in onTransact() local
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp418 void CameraDevice::sNotifyCb(int32_t msg_type, int32_t ext1, int32_t ext2, void *user) { in sNotifyCb()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp826 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()