Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_provider_hwl.h75 virtual status_t NotifyDeviceStateChange(DeviceState device_state) = 0;
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A 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()
H A Dcamera_provider.h70 status_t NotifyDeviceStateChange(google_camera_hal::DeviceState device_state);
/aosp12/hardware/google/camera/common/hal/tests/
H A Dmock_provider_hwl.h114 status_t NotifyDeviceStateChange(DeviceState /*device_state*/) override { in NotifyDeviceStateChange() function
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.h76 status_t NotifyDeviceStateChange(DeviceState device_state) override;
H A DEmulatedCameraProviderHWLImpl.cpp932 status_t EmulatedCameraProviderHwlImpl::NotifyDeviceStateChange( in NotifyDeviceStateChange() function in android::EmulatedCameraProviderHwlImpl
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_provider.cc400 google_camera_provider_->NotifyDeviceStateChange(device_state); in notifyDeviceStateChange()