Home
last modified time | relevance | path

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

/frameworks/av/camera/aidl/android/hardware/camera2/
DICameraDeviceUser.aidl196 in int[] offlineOutputIds); in switchToOffline() argument
/frameworks/base/core/java/android/hardware/camera2/impl/
DICameraDeviceUserWrapper.java263 int[] offlineOutputIds) throws CameraAccessException { in switchToOffline() argument
265 return mRemoteDevice.switchToOffline(cbs, offlineOutputIds); in switchToOffline()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h174 const std::vector<int>& offlineOutputIds,
DCameraDeviceClient.cpp1840 const std::vector<int>& offlineOutputIds, in switchToOffline() argument
1854 if (offlineOutputIds.empty()) { in switchToOffline()
1867 offlineStreamIds.reserve(offlineOutputIds.size()); in switchToOffline()
1869 for (const auto& streamId : offlineOutputIds) { in switchToOffline()