Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 24 of 24) sorted by relevance

/hardware/libhardware/include_all/hardware/
Dcamera2.h303 int32_t ext2,
782 int32_t ext2);
Dcamera.h59 int32_t ext2,
/hardware/libhardware/include/hardware/
Dcamera2.h303 int32_t ext2,
782 int32_t ext2);
Dcamera.h59 int32_t ext2,
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp124 int ExynosVirtualDisplay::sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) in sendWFDCommand() argument
126 ALOGI("sendWFDCommand: cmd(%d), ext1(%d), ext2(%d)", cmd, ext1, ext2); in sendWFDCommand()
138 mMaxTargetLuminance = (uint16_t)ext2; in sendWFDCommand()
DExynosVirtualDisplay.h55 int sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2);
/hardware/interfaces/camera/device/1.0/
DICameraDeviceCallback.hal28 * @param ext2 The second parameter for the event, if needed.
30 notifyCallback(NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2);
/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp85 int ExynosHWCService::sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) in sendWFDCommand() argument
87 ALOGD_IF(HWC_SERVICE_DEBUG, "%s::cmd=%d, ext1=%d, ext2=%d", __func__, cmd, ext1, ext2); in sendWFDCommand()
92 return virtualdisplay->sendWFDCommand(cmd, ext1, ext2); in sendWFDCommand()
DIExynosHWC.h44 virtual int sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) = 0;
DExynosHWCService.h45 virtual int sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2);
DIExynosHWC.cpp143 virtual int sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) in sendWFDCommand() argument
149 data.writeInt32(ext2); in sendWFDCommand()
624 int ext2 = data.readInt32(); in onTransact() local
625 int res = sendWFDCommand(cmd, ext1, ext2); in onTransact()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.h139 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.h200 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCamera2HWI.h95 int32_t ext2; member
144 int32_t ext2; // extended parameter member
427 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCameraPostProc.h198 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCameraPostProc.cpp861 int32_t ext2) in sendEvtNotify() argument
863 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
2398 cbArg.ext2 = 0; in encodeData()
2977 cbArg.ext2 = 0; in processRawImageImpl()
DQCameraMuxer.cpp2258 int32_t ext2) in sendEvtNotify() argument
2273 return pCam->hwi->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
DQCamera2HWICallbacks.cpp1280 cbArg.ext2 = fd; in secure_stream_cb_routine()
3397 cb->ext2, in cbNotifyRoutine()
DQCamera2HWI.cpp6590 int32_t ext2) in sendEvtNotify() argument
6597 cbArg.ext2 = ext2; in sendEvtNotify()
9026 cbArg.ext2 = false; in playShutter()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h123 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
Dqcamera_test.cpp826 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() argument
828 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify()
836 int fd = dup(ext2); in notify()
837 printf("notify Preview Frame fd: %d dup fd: %d\n", ext2, fd); in notify()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h191 static void sNotifyCb(int32_t msg_type, int32_t ext1, int32_t ext2, void *user);
DCameraDevice.cpp418 void CameraDevice::sNotifyCb(int32_t msg_type, int32_t ext1, int32_t ext2, void *user) { in sNotifyCb() argument
422 object->mDeviceCallback->notifyCallback((NotifyCallbackMsg) msg_type, ext1, ext2); in sNotifyCb()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp738 int32_t ext1, int32_t ext2) override;
1128 int32_t ext2 __unused) { in notifyCallback()