Home
last modified time | relevance | path

Searched defs:ext1 (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.h94 int32_t ext1; member
143 int32_t ext1; // extended parameter member
DQCameraMuxer.cpp2257 int32_t QCameraMuxer::sendEvtNotify(int32_t msg_type, int32_t ext1, in sendEvtNotify()
DQCameraPostProc.cpp860 int32_t ext1, in sendEvtNotify()
DQCamera2HWI.cpp6589 int32_t ext1, in sendEvtNotify()
/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp85 int ExynosHWCService::sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) in sendWFDCommand()
DIExynosHWC.cpp143 virtual int sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) in sendWFDCommand()
623 int ext1 = 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()