/hardware/libhardware/include_all/hardware/ |
D | camera2.h | 303 int32_t ext2, 782 int32_t ext2);
|
D | camera.h | 59 int32_t ext2,
|
/hardware/libhardware/include/hardware/ |
D | camera2.h | 303 int32_t ext2, 782 int32_t ext2);
|
D | camera.h | 59 int32_t ext2,
|
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/ |
D | ExynosVirtualDisplay.cpp | 124 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()
|
D | ExynosVirtualDisplay.h | 55 int sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2);
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDeviceCallback.hal | 28 * @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/ |
D | ExynosHWCService.cpp | 85 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()
|
D | IExynosHWC.h | 44 virtual int sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) = 0;
|
D | ExynosHWCService.h | 45 virtual int sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2);
|
D | IExynosHWC.cpp | 143 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/ |
D | QCamera3PostProc.h | 139 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMuxer.h | 200 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCamera2HWI.h | 95 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);
|
D | QCameraPostProc.h | 198 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraPostProc.cpp | 861 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()
|
D | QCameraMuxer.cpp | 2258 int32_t ext2) in sendEvtNotify() argument 2273 return pCam->hwi->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
|
D | QCamera2HWICallbacks.cpp | 1280 cbArg.ext2 = fd; in secure_stream_cb_routine() 3397 cb->ext2, in cbNotifyRoutine()
|
D | QCamera2HWI.cpp | 6590 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/ |
D | qcamera_test.h | 123 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
|
D | qcamera_test.cpp | 826 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/ |
D | CameraDevice_1_0.h | 191 static void sNotifyCb(int32_t msg_type, int32_t ext1, int32_t ext2, void *user);
|
D | CameraDevice.cpp | 418 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/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 738 int32_t ext1, int32_t ext2) override; 1128 int32_t ext2 __unused) { in notifyCallback()
|