Searched refs:castResult (Results 1 – 1 of 1) sorted by relevance
1185 auto castResult = provider::V2_5::ICameraProvider::castFrom(interface); in initialize() local1186 if (castResult.isOk()) { in initialize()1326 auto castResult = provider::V2_5::ICameraProvider::castFrom(interface); in startProviderInterface() local1327 if (castResult.isOk()) { in startProviderInterface()1328 sp<provider::V2_5::ICameraProvider> interface_2_5 = castResult; in startProviderInterface()1634 auto castResult = provider::V2_5::ICameraProvider::castFrom(interface); in notifyDeviceStateChange() local1635 if (castResult.isOk()) { in notifyDeviceStateChange()1636 sp<provider::V2_5::ICameraProvider> interface_2_5 = castResult; in notifyDeviceStateChange()1964 auto castResult = device::V3_5::ICameraDevice::castFrom(interface); local1965 if (!castResult.isOk()) {[all …]