Home
last modified time | relevance | path

Searched defs:bufferId (Results 1 – 24 of 24) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/android/car/evs/
DCarEvsManagerUnitTest.java193 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/
DEvsHalWrapperImpl.java131 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/
DCarEvsServiceUnitTest.java332 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/
DPixelStreamManager.cpp31 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/
DPixelStreamManagerTest.cpp96 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/
DEvsHalWrapper.java81 public void doneWithFrame(int bufferId) { in doneWithFrame()
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/
DIPipeRunner.aidl31 void doneWithPacket(in int bufferId, in int streamId); in doneWithPacket()
/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/runner/
DIPipeRunner.aidl159 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/
DIPipeRunner.aidl31 void doneWithPacket(in int bufferId, in int streamId); in doneWithPacket()
/packages/services/Car/cpp/computepipe/tests/fuzz/
DPixelMemHandleFuzzer.cpp45 int bufferId = 10; in setFrameDataTest() local
/packages/services/Car/service/jni/evs/
DCarEvsService.cpp80 void returnFrameBuffer(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle, jint bufferId) { in returnFrameBuffer()
DStreamHandler.cpp214 void StreamHandler::doneWithFrame(int bufferId) { in doneWithFrame()
DEvsServiceContext.cpp394 void EvsServiceContext::doneWithFrame(int bufferId) { in doneWithFrame()
/packages/services/DeviceAsWebcam/jni/
DBuffer.h63 uint32_t bufferId = 0; member
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClientImpl.cpp332 ScopedAStatus AidlClientImpl::doneWithPacket(int32_t bufferId, int32_t streamId) { in doneWithPacket()
/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/
DHidlCamera.cpp117 int bufferId = aidlBuffer.bufferId; // save pre move() for log message. in doneWithFrame() local
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLCanvas.java128 public abstract void deleteBuffer(int bufferId); in deleteBuffer()
DGLES11Canvas.java736 public void deleteBuffer(int bufferId) { in deleteBuffer()
974 int bufferId = bufferIds[0]; in uploadBuffer() local
DGLES20Canvas.java797 public void deleteBuffer(int bufferId) { in deleteBuffer()
954 int bufferId = mTempIntArray[0]; in uploadBuffer() local
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DEvsV4lCamera.cpp491 EvsResult EvsV4lCamera::doneWithFrame_impl(uint32_t bufferId, buffer_handle_t handle) { in doneWithFrame_impl()
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DEvsV4lCamera.cpp506 EvsResult EvsV4lCamera::doneWithFrame_impl(const uint32_t bufferId, in doneWithFrame_impl()
/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp194 Status DefaultEngine::freePacket(int bufferId, int streamId) { in freePacket()
/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.cpp476 EvsResult EvsEmulatedCamera::doneWithFrame_impl(const uint32_t bufferId, in doneWithFrame_impl()
/packages/services/Car/service/src/com/android/car/evs/
DStateMachine.java392 int bufferId = CarEvsUtils.getValue(id); in doneWithFrame() local