Home
last modified time | relevance | path

Searched refs:NotifyDeviceStateChange (Results 1 – 6 of 6) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_provider.h70 status_t NotifyDeviceStateChange(google_camera_hal::DeviceState device_state);
Dcamera_provider.cc336 status_t CameraProvider::NotifyDeviceStateChange( in NotifyDeviceStateChange() function in android::google_camera_hal::CameraProvider
342 camera_provider_hwl_->NotifyDeviceStateChange(device_state); in NotifyDeviceStateChange()
/hardware/google/camera/common/hal/tests/
Dmock_provider_hwl.h114 status_t NotifyDeviceStateChange(DeviceState /*device_state*/) override { in NotifyDeviceStateChange() function
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.h76 status_t NotifyDeviceStateChange(DeviceState device_state) override;
DEmulatedCameraProviderHWLImpl.cpp932 status_t EmulatedCameraProviderHwlImpl::NotifyDeviceStateChange( in NotifyDeviceStateChange() function in android::EmulatedCameraProviderHwlImpl
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_provider.cc390 google_camera_provider_->NotifyDeviceStateChange(device_state); in notifyDeviceStateChange()