/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | time_lapse_photo_session.cpp | 49 auto inputDevice = GetInputDevice(); in GetMetadata() 189 auto inputDevice = GetInputDevice(); in IsTryAENeeded() 209 auto inputDevice = GetInputDevice(); in StartTryAE() 229 auto inputDevice = GetInputDevice(); in StopTryAE() 247 auto inputDevice = GetInputDevice(); in GetSupportedTimeLapseIntervalRange() 269 auto inputDevice = GetInputDevice(); in GetTimeLapseInterval() 291 auto inputDevice = GetInputDevice(); in SetTimeLapseInterval() 307 auto inputDevice = GetInputDevice(); in SetTimeLapseRecordState() 323 auto inputDevice = GetInputDevice(); in SetTimeLapsePreviewType() 389 auto inputDevice = GetInputDevice(); in GetExposure() [all …]
|
H A D | profession_session.cpp | 90 auto inputDevice = GetInputDevice(); in GetSupportedMeteringModes() 163 auto inputDevice = GetInputDevice(); in GetMeteringMode() 187 auto inputDevice = GetInputDevice(); in GetIsoRange() 235 auto inputDevice = GetInputDevice(); in SetISO() 262 auto inputDevice = GetInputDevice(); in GetISO() 286 auto inputDevice = GetInputDevice(); in IsManualIsoSupported() 308 auto inputDevice = GetInputDevice(); in GetSupportedFocusModes() 379 auto inputDevice = GetInputDevice(); in GetFocusMode() 404 auto inputDevice = GetInputDevice(); in GetSupportedExposureHintModes() 459 auto inputDevice = GetInputDevice(); in GetExposureHintMode() [all …]
|
H A D | capture_session.cpp | 344 auto inputDevice = GetInputDevice(); in CheckSpecSearch() 423 auto inputDevice = GetInputDevice(); in GetSessionFunctions() 474 auto inputDevice = GetInputDevice(); in CreateCameraAbilityContainer() 606 auto inputDevice = GetInputDevice(); in UpdateDeviceDeferredability() 644 auto inputDevice = GetInputDevice(); in FindTagId() 716 auto inputDevice = GetInputDevice(); in GetMaxSizePhotoProfile() 958 auto inputDevice = GetInputDevice(); in CanAddOutput() 1294 auto inputDevice = GetInputDevice(); in UpdateSetting() 1402 auto inputDevice = GetInputDevice(); in GetActiveVideoStabilizationMode() 1433 auto inputDevice = GetInputDevice(); in GetActiveVideoStabilizationMode() [all …]
|
H A D | night_session.cpp | 36 auto inputDevice = GetInputDevice(); in GetExposureRange() 64 auto inputDevice = GetInputDevice(); in SetExposure() 90 auto inputDevice = GetInputDevice(); in GetExposure()
|
H A D | portrait_session.cpp | 47 auto inputDevice = GetInputDevice(); in GetSupportedPortraitEffects() 74 auto inputDevice = GetInputDevice(); in GetPortraitEffect()
|
H A D | scan_session.cpp | 38 auto inputDevice = GetInputDevice(); in AddOutput() 69 auto inputDevice = GetInputDevice(); in IsBrightnessStatusSupported()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/ |
H A D | _input_manager.md | 25 | int32_t(\* [GetInputDevice](#getinputdevice) )(uint32_t devIndex, [InputDeviceInfo](_input_device… 56 ### GetInputDevice subsection 59 int32_t(* InputManager::GetInputDevice) (uint32_t devIndex, InputDeviceInfo **devInfo)
|
H A D | interface_i_input_interfaces_v10.md | 25 | [GetInputDevice](#getinputdevice) ([in] unsigned int devIndex, [out] struct [DeviceInfo](_device_… 146 ### GetInputDevice() 149 IInputInterfaces::GetInputDevice ([in] unsigned int devIndex, [out] struct DeviceInfo devInfo )
|
/ohos5.0/foundation/multimodalinput/input/service/filter/test/ |
H A D | event_filter_handler_ex_test.cpp | 78 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice)); 103 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice)); 128 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice)); 154 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
|
H A D | mock.cpp | 20 std::shared_ptr<InputDevice> InputDeviceManager::GetInputDevice(int32_t deviceId, bool checked) con… in GetInputDevice() function in OHOS::InputDeviceManager 25 return DfsMessageParcel::messageParcel->GetInputDevice(deviceId, checked); in GetInputDevice()
|
H A D | mock.h | 32 virtual std::shared_ptr<InputDevice> GetInputDevice(int32_t deviceId, bool checked) = 0; 40 MOCK_METHOD2(GetInputDevice, std::shared_ptr<InputDevice>(int32_t deviceId, bool checked));
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | video_output.cpp | 305 auto inputDevice = session->GetInputDevice(); in GetSupportedFrameRates() 349 auto inputDevice = session->GetInputDevice(); in IsMirrorSupported() 392 auto inputDevice = captureSession->GetInputDevice(); in IsTagSupported() 462 auto inputDevice = session->GetInputDevice(); in GetVideoRotation() 495 auto inputDevice = captureSession->GetInputDevice(); in IsAutoDeferredVideoEnhancementSupported() 516 auto inputDevice = captureSession->GetInputDevice(); in IsAutoDeferredVideoEnhancementEnabled() 539 auto inputDevice = captureSession->GetInputDevice(); in EnableAutoDeferredVideoEnhancement() 563 auto inputDevice = captureSession->GetInputDevice(); in GetSupportedRotations() 582 auto inputDevice = captureSession->GetInputDevice(); in IsRotationSupported() 600 auto inputDevice = captureSession->GetInputDevice(); in SetRotation()
|
H A D | photo_output.cpp | 219 auto inputDevice = session->GetInputDevice(); in OnCaptureStarted() 488 auto inputDevice = session->GetInputDevice(); in SetThumbnail() 695 auto inputDevice = session->GetInputDevice(); in IsMirrorSupported() 751 auto inputDevice = session->GetInputDevice(); in IsQuickThumbnailSupported() 793 auto inputDevice = session->GetInputDevice(); in DeferImageDeliveryFor() 815 auto inputDevice = session->GetInputDevice(); in IsDeferredImageDeliverySupported() 838 auto inputDevice = session->GetInputDevice(); in IsDeferredImageDeliveryEnabled() 857 auto inputDevice = session->GetInputDevice(); in IsAutoHighQualityPhotoSupported() 888 auto inputDevice = session->GetInputDevice(); in EnableAutoHighQualityPhoto() 956 auto inputDevice = session->GetInputDevice(); in GetPhotoRotation() [all …]
|
H A D | preview_output.cpp | 412 auto inputDevice = session->GetInputDevice(); in GetSupportedFrameRates() 472 auto inputDevice = session->GetInputDevice(); in GetDeviceMetadata() 670 auto inputDevice = session->GetInputDevice(); in GetPreviewRotation() 718 auto inputDevice = session->GetInputDevice(); in SetPreviewRotation()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | mock.h | 49 virtual std::shared_ptr<InputDevice> GetInputDevice(int32_t deviceId, bool checked) = 0; 65 MOCK_METHOD2(GetInputDevice, std::shared_ptr<InputDevice>(int32_t deviceId, bool checked));
|
/ohos5.0/drivers/peripheral/input/udriver/src/ |
H A D | input_manager.cpp | 60 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function 218 managerHdi->GetInputDevice = GetInputDevice; in InstanceManagerHdi()
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 143 auto meta = session->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata(); in TestTimeLapsePhoto() 172 meta = session->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata(); in TestManualExposure() 201 auto meta = session->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata(); in TestManualIso() 240 auto meta = session->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata(); in TestWhiteBalance() 412 auto meta = s->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata(); in Test3()
|
/ohos5.0/foundation/multimodalinput/input/service/filter/src/ |
H A D | event_filter_handler.cpp | 166 …std::shared_ptr<InputDevice> inputDevice = INPUT_DEV_MGR->GetInputDevice(keyItems.front().GetDevic… in HandleKeyEventFilter() 188 std::shared_ptr<InputDevice> inputDevice = INPUT_DEV_MGR->GetInputDevice(event->GetDeviceId()); in HandlePointerEventFilter()
|
/ohos5.0/drivers/peripheral/input/interfaces/include/ |
H A D | input_manager.h | 106 int32_t (*GetInputDevice)(uint32_t devIndex, InputDeviceInfo **devInfo); member
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_config_impl.cpp | 262 InputDevice ResConfigImpl::GetInputDevice() const in GetInputDevice() function in OHOS::Global::Resource::ResConfigImpl 390 if (this->GetInputDevice() != other.GetInputDevice()) { in Copy() 391 this->SetInputDevice(other.GetInputDevice()); in Copy()
|
/ohos5.0/drivers/peripheral/input/hal/src/ |
H A D | input_manager.c | 42 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function 291 managerHdi->GetInputDevice = GetInputDevice; in InstanceManagerHdi()
|
/ohos5.0/foundation/multimodalinput/input/uinput/ |
H A D | hdf_device_event_manager.cpp | 46 ret = inputInterface_->GetInputDevice(TOUCH_DEV_ID, iDevInfo_); in ConnectHDFInit()
|
/ohos5.0/drivers/peripheral/input/hdi_service/ |
H A D | input_interfaces_impl.h | 37 int32_t GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) override;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_device_impl.h | 48 int32_t GetInputDevice(int32_t deviceId, FunInputDevInfo callback);
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/ |
H A D | inputdevicemanager_fuzzer.cpp | 48 INPUT_DEV_MGR->GetInputDevice(deviceId, checked); in InputDeviceManagerFuzzTest()
|