Searched refs:DeviceState (Results 1 – 8 of 8) sorted by relevance
42 using ::android::hardware::camera::provider::V2_5::DeviceState;51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
38 hidl_bitfield<DeviceState> /*newState*/) { in notifyDeviceStateChange() argument
41 hidl_bitfield<DeviceState> newState) { in notifyDeviceStateChange()
51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
79 Return<void> notifyDeviceStateChange(hardware::hidl_bitfield<DeviceState> newState) override { in notifyDeviceStateChange()
20 * DeviceState:26 enum DeviceState : uint64_t {
66 notifyDeviceStateChange(bitfield<DeviceState> newState);
562 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()