Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.cpp894 auto castResult_3_5 = device::V3_5::ICameraDevice::castFrom(interface); in isSessionConfigurationSupported() local
895 sp<hardware::camera::device::V3_5::ICameraDevice> interface_3_5 = castResult_3_5; in isSessionConfigurationSupported()
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.cpp756 auto castResult_3_5 = device::V3_5::ICameraDeviceSession::castFrom(mHidlSession); in HidlHalInterface() local
757 if (castResult_3_5.isOk()) { in HidlHalInterface()
758 mHidlSession_3_5 = castResult_3_5; in HidlHalInterface()