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.java255 int[] offlineOutputIds) throws CameraAccessException { in switchToOffline() argument
257 return mRemoteDevice.switchToOffline(cbs, offlineOutputIds); in switchToOffline()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h169 const std::vector<int>& offlineOutputIds,
DCameraDeviceClient.cpp1644 const std::vector<int>& offlineOutputIds, in switchToOffline() argument
1658 if (offlineOutputIds.empty()) { in switchToOffline()
1671 offlineStreamIds.reserve(offlineOutputIds.size()); in switchToOffline()
1673 for (const auto& streamId : offlineOutputIds) { in switchToOffline()