Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1328 sp<provider::V2_5::ICameraProvider> interface_2_5 = castResult; in startProviderInterface() local
1329 if (interface_2_5 != nullptr) { in startProviderInterface()
1332 interface_2_5->notifyDeviceStateChange(mDeviceState); in startProviderInterface()
1636 sp<provider::V2_5::ICameraProvider> interface_2_5 = castResult; in notifyDeviceStateChange() local
1637 if (interface_2_5 != nullptr) { in notifyDeviceStateChange()
1638 interface_2_5->notifyDeviceStateChange(mDeviceState); in notifyDeviceStateChange()