Home
last modified time | relevance | path

Searched refs:DeviceState (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/camera/provider/2.5/default/
DLegacyCameraProviderImpl_2_5.h42 using ::android::hardware::camera::provider::V2_5::DeviceState;
51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
DExternalCameraProviderImpl_2_5.cpp38 hidl_bitfield<DeviceState> /*newState*/) { in notifyDeviceStateChange() argument
DLegacyCameraProviderImpl_2_5.cpp41 hidl_bitfield<DeviceState> newState) { in notifyDeviceStateChange()
DExternalCameraProviderImpl_2_5.h51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
DCameraProvider_2_5.h79 Return<void> notifyDeviceStateChange(hardware::hidl_bitfield<DeviceState> newState) override { in notifyDeviceStateChange()
/hardware/interfaces/camera/provider/2.5/
Dtypes.hal20 * DeviceState:
26 enum DeviceState : uint64_t {
DICameraProvider.hal66 notifyDeviceStateChange(bitfield<DeviceState> newState);
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp562 notifyDeviceState(provider::V2_5::DeviceState::NORMAL); in SetUp()
702 void notifyDeviceState(::android::hardware::camera::provider::V2_5::DeviceState newState);
4786 notifyDeviceState(provider::V2_5::DeviceState::BACK_COVERED); in TEST_F()
4787 notifyDeviceState(provider::V2_5::DeviceState::NORMAL); in TEST_F()
6010 void CameraHidlTest::notifyDeviceState(provider::V2_5::DeviceState newState) { in notifyDeviceState()
6014 static_cast<hidl_bitfield<provider::V2_5::DeviceState>>(newState)); in notifyDeviceState()