Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h186 class StreamSurfaceId final {
188 StreamSurfaceId() { in StreamSurfaceId() function
192 StreamSurfaceId(int32_t streamId, int32_t surfaceId) { in StreamSurfaceId() function
271 KeyedVector<sp<IBinder>, StreamSurfaceId> mStreamMap;
DCameraDeviceClient.cpp211 const StreamSurfaceId& streamSurfaceId = mStreamMap.valueAt(idx); in submitRequestList()
546 mStreamMap.add(binder, StreamSurfaceId(streamId, i++)); in createStream()
1284 mStreamMap.add(binder, StreamSurfaceId(streamId, consumerSurfaceIds[i])); in finalizeOutputConfigurations()