/packages/services/Car/tests/CarLibUnitTest/src/android/car/evs/ |
D | CarEvsManagerUnitTest.java | 193 int bufferId = 1; in testStartVideoStreamWithoutToken() local 330 int bufferId = 1; in testReturnFrameBuffer() local 347 int bufferId = 1; in testReturnFrameBufferRemoteExceptionThrown() local 422 int bufferId = 1; in testCarEvsBufferDescriptor() local
|
/packages/services/Car/service-builtin/src/com/android/car/evs/ |
D | EvsHalWrapperImpl.java | 131 public void doneWithFrame(int bufferId) { in doneWithFrame() 132 nativeDoneWithFrame(getNativeHandle(), bufferId); in doneWithFrame() local 202 private native void nativeDoneWithFrame(long handle, int bufferId); in nativeDoneWithFrame()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/ |
D | CarEvsServiceUnitTest.java | 332 int bufferId = mRandom.nextInt(); in testOnEvent() local 382 int bufferId = mRandom.nextInt(); in testInvalidStreamCallback() local 781 int bufferId = mRandom.nextInt(); in testStartActivity() local 878 int bufferId = mRandom.nextInt(); in testStartAndStopActivity() local 945 int bufferId = mRandom.nextInt(); in testRequestToStartVideoTwice() local 975 int bufferId = mRandom.nextInt(); in testStartAndStopVideoStreamWithoutSessionToken() local 1006 int bufferId = mRandom.nextInt(); in testStartAndStopVideoStreamWithSessionToken() local 1179 int bufferId = mRandom.nextInt(); in testPriorityStreamClient() local 1223 int bufferId = mRandom.nextInt(); in testTwoConcurrentStreamClients() local 1458 int bufferId = mRandom.nextInt(); in testStartAndStopVideoStreamFromManuallyEnabledServiceType() local
|
/packages/services/Car/cpp/computepipe/runner/stream_manager/ |
D | PixelStreamManager.cpp | 31 PixelMemHandle::PixelMemHandle(int bufferId, int streamId, int additionalUsageFlags) in PixelMemHandle() 150 Status PixelStreamManager::freePacket(int bufferId) { in freePacket() 314 int bufferId = handle->getBufferId(); in clonePacket() local
|
/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/ |
D | PixelStreamManagerTest.cpp | 96 int bufferId = 10; in TEST() local 124 int bufferId = 10; in TEST() local 149 int bufferId = 10; in TEST() local 174 int bufferId = 10; in TEST() local
|
/packages/services/Car/car-lib/src/com/android/car/internal/evs/ |
D | EvsHalWrapper.java | 81 public void doneWithFrame(int bufferId) { in doneWithFrame()
|
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/ |
D | IPipeRunner.aidl | 31 void doneWithPacket(in int bufferId, in int streamId); in doneWithPacket()
|
/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/runner/ |
D | IPipeRunner.aidl | 159 void doneWithPacket(in int bufferId, in int streamId); in doneWithPacket()
|
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/current/android/automotive/computepipe/runner/ |
D | IPipeRunner.aidl | 31 void doneWithPacket(in int bufferId, in int streamId); in doneWithPacket()
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | PixelMemHandleFuzzer.cpp | 45 int bufferId = 10; in setFrameDataTest() local
|
/packages/services/Car/service/jni/evs/ |
D | CarEvsService.cpp | 80 void returnFrameBuffer(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle, jint bufferId) { in returnFrameBuffer()
|
D | StreamHandler.cpp | 214 void StreamHandler::doneWithFrame(int bufferId) { in doneWithFrame()
|
D | EvsServiceContext.cpp | 394 void EvsServiceContext::doneWithFrame(int bufferId) { in doneWithFrame()
|
/packages/services/DeviceAsWebcam/jni/ |
D | Buffer.h | 63 uint32_t bufferId = 0; member
|
/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | AidlClientImpl.cpp | 332 ScopedAStatus AidlClientImpl::doneWithPacket(int32_t bufferId, int32_t streamId) { in doneWithPacket()
|
/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/ |
D | HidlCamera.cpp | 117 int bufferId = aidlBuffer.bufferId; // save pre move() for log message. in doneWithFrame() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 128 public abstract void deleteBuffer(int bufferId); in deleteBuffer()
|
D | GLES11Canvas.java | 736 public void deleteBuffer(int bufferId) { in deleteBuffer() 974 int bufferId = bufferIds[0]; in uploadBuffer() local
|
D | GLES20Canvas.java | 797 public void deleteBuffer(int bufferId) { in deleteBuffer() 954 int bufferId = mTempIntArray[0]; in uploadBuffer() local
|
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | EvsV4lCamera.cpp | 491 EvsResult EvsV4lCamera::doneWithFrame_impl(uint32_t bufferId, buffer_handle_t handle) { in doneWithFrame_impl()
|
/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | EvsV4lCamera.cpp | 506 EvsResult EvsV4lCamera::doneWithFrame_impl(const uint32_t bufferId, in doneWithFrame_impl()
|
/packages/services/Car/cpp/computepipe/runner/engine/ |
D | DefaultEngine.cpp | 194 Status DefaultEngine::freePacket(int bufferId, int streamId) { in freePacket()
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.cpp | 476 EvsResult EvsEmulatedCamera::doneWithFrame_impl(const uint32_t bufferId, in doneWithFrame_impl()
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | StateMachine.java | 392 int bufferId = CarEvsUtils.getValue(id); in doneWithFrame() local
|