Home
last modified time | relevance | path

Searched refs:GetInputDevice (Results 1 – 25 of 75) sorted by relevance

123

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp49 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 Dprofession_session.cpp90 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 Dcapture_session.cpp344 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 Dnight_session.cpp36 auto inputDevice = GetInputDevice(); in GetExposureRange()
64 auto inputDevice = GetInputDevice(); in SetExposure()
90 auto inputDevice = GetInputDevice(); in GetExposure()
H A Dportrait_session.cpp47 auto inputDevice = GetInputDevice(); in GetSupportedPortraitEffects()
74 auto inputDevice = GetInputDevice(); in GetPortraitEffect()
H A Dscan_session.cpp38 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.md25 | 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 Dinterface_i_input_interfaces_v10.md25 | [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 Devent_filter_handler_ex_test.cpp78 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 Dmock.cpp20 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 Dmock.h32 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 Dvideo_output.cpp305 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 Dphoto_output.cpp219 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 Dpreview_output.cpp412 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 Dmock.h49 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 Dinput_manager.cpp60 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 Dtime_lapse_photo_session_fuzzer.cpp143 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 Devent_filter_handler.cpp166 …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 Dinput_manager.h106 int32_t (*GetInputDevice)(uint32_t devIndex, InputDeviceInfo **devInfo); member
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp262 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 Dinput_manager.c42 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 Dhdf_device_event_manager.cpp46 ret = inputInterface_->GetInputDevice(TOUCH_DEV_ID, iDevInfo_); in ConnectHDFInit()
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.h37 int32_t GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) override;
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_device_impl.h48 int32_t GetInputDevice(int32_t deviceId, FunInputDevInfo callback);
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp48 INPUT_DEV_MGR->GetInputDevice(deviceId, checked); in InputDeviceManagerFuzzTest()

123