Home
last modified time | relevance | path

Searched defs:bufferId (Results 1 – 25 of 25) 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/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java345 int bufferId = mRandom.nextInt(); in testOnEvent() local
396 int bufferId = mRandom.nextInt(); in testInvalidStreamCallback() local
798 int bufferId = mRandom.nextInt(); in testStartActivity() local
900 int bufferId = mRandom.nextInt(); in testStartAndStopActivity() local
970 int bufferId = mRandom.nextInt(); in testRequestToStartVideoTwice() local
1000 int bufferId = mRandom.nextInt(); in testStartAndStopVideoStreamWithoutSessionToken() local
1031 int bufferId = mRandom.nextInt(); in testStartAndStopVideoStreamWithSessionToken() local
1209 int bufferId = mRandom.nextInt(); in testPriorityStreamClient() local
1255 int bufferId = mRandom.nextInt(); in testTwoConcurrentStreamClients() local
1497 int bufferId = mRandom.nextInt(); in testStartAndStopVideoStreamFromManuallyEnabledServiceType() local
[all …]
/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/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.java79 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/
DStreamHandler.cpp233 void StreamHandler::doneWithFrame(int bufferId) { in doneWithFrame()
DCarEvsService.cpp80 void returnFrameBuffer(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle, jint bufferId) { in returnFrameBuffer()
DEvsServiceContext.cpp406 void EvsServiceContext::doneWithFrame(int bufferId) { in doneWithFrame()
/packages/services/DeviceAsWebcam/interface/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/services/Car/service/src/com/android/car/evs/
DStateMachine.java185 BufferReturnRunnable(int bufferId) { in BufferReturnRunnable()
1312 int bufferId = mBufferRecords.keyAt(i); in releaseBuffersHeldByDisconnectedClientLocked() local
/packages/services/Car/cpp/evs/manager/aidl/src/
DVirtualCamera.cpp610 const auto bufferId = buffer.bufferId; in startVideoStream() 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/v4l2_hal/aidl/src/
DEvsV4lCamera.cpp501 EvsResult EvsV4lCamera::doneWithFrame_impl(uint32_t bufferId, buffer_handle_t handle) { 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/v4l2_hal/hidl/
DEvsV4lCamera.cpp506 EvsResult EvsV4lCamera::doneWithFrame_impl(const uint32_t bufferId, in doneWithFrame_impl()
/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.cpp476 EvsResult EvsEmulatedCamera::doneWithFrame_impl(const uint32_t bufferId, in doneWithFrame_impl()