Home
last modified time | relevance | path

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

/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl178 oneway void notifyDeviceStateChange(long newState); in notifyDeviceStateChange() method
/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp156 virtual hardware::Return<void> notifyDeviceStateChange( in notifyDeviceStateChange() function
440 res = providerManager->notifyDeviceStateChange( in TEST()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h210 status_t notifyDeviceStateChange(
365 status_t notifyDeviceStateChange(
DCameraProviderManager.cpp279 status_t CameraProviderManager::notifyDeviceStateChange( in notifyDeviceStateChange() function in android::CameraProviderManager
287 status_t singleRes = provider->notifyDeviceStateChange(mDeviceState); in notifyDeviceStateChange()
1225 notifyDeviceStateChange(currentDeviceState); in initialize()
1332 interface_2_5->notifyDeviceStateChange(mDeviceState); in startProviderInterface()
1626 status_t CameraProviderManager::ProviderInfo::notifyDeviceStateChange( in notifyDeviceStateChange() function in android::CameraProviderManager::ProviderInfo
1638 interface_2_5->notifyDeviceStateChange(mDeviceState); in notifyDeviceStateChange()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h157 virtual binder::Status notifyDeviceStateChange(int64_t newState);
DCameraService.cpp1710 Status CameraService::notifyDeviceStateChange(int64_t newState) { in notifyDeviceStateChange() function in android::CameraService
1748 mCameraProviderManager->notifyDeviceStateChange(newDeviceState); in notifyDeviceStateChange()