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.cpp1364 sp<provider::V2_5::ICameraProvider> interface_2_5 = castResult; in startProviderInterface() local
1365 if (interface_2_5 != nullptr) { in startProviderInterface()
1368 interface_2_5->notifyDeviceStateChange(mDeviceState); in startProviderInterface()
1672 sp<provider::V2_5::ICameraProvider> interface_2_5 = castResult; in notifyDeviceStateChange() local
1673 if (interface_2_5 != nullptr) { in notifyDeviceStateChange()
1674 interface_2_5->notifyDeviceStateChange(mDeviceState); in notifyDeviceStateChange()