Searched refs:createSurfaceFromGbp (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.h | 276 binder::Status createSurfaceFromGbp(OutputStreamInfo& streamInfo, bool isStreamInfoValid,
|
D | CameraDeviceClient.cpp | 709 res = createSurfaceFromGbp(streamInfo, isStreamInfoValid, surface, bufferProducer, in isSessionConfigurationSupported() 940 res = createSurfaceFromGbp(streamInfo, isStreamInfoValid, surface, bufferProducer, in createStream() 1244 res = createSurfaceFromGbp(outInfo, /*isStreamInfoValid*/ false, surface, in updateOutputConfiguration() 1322 binder::Status CameraDeviceClient::createSurfaceFromGbp( in createSurfaceFromGbp() function in android::CameraDeviceClient 1827 res = createSurfaceFromGbp(mStreamInfoMap[streamId], true /*isStreamInfoValid*/, in finalizeOutputConfigurations()
|