Home
last modified time | relevance | path

Searched defs:buffer_id (Results 1 – 25 of 42) sorted by relevance

12

/aosp12/frameworks/base/native/webview/plat_support/
H A Dgraphic_buffer_impl.cpp48 void GraphicBufferImpl::Release(long buffer_id) { in Release()
54 int GraphicBufferImpl::MapStatic(long buffer_id, AwMapMode mode, void** vaddr) { in MapStatic()
60 int GraphicBufferImpl::UnmapStatic(long buffer_id) { in UnmapStatic()
66 void* GraphicBufferImpl::GetNativeBufferStatic(long buffer_id) { in GetNativeBufferStatic()
72 uint32_t GraphicBufferImpl::GetStrideStatic(long buffer_id) { in GetStrideStatic()
H A Ddraw_gl.h104 typedef void AwReleaseGraphicBufferFunction(long buffer_id); typedef
108 typedef int AwUnmapFunction(long buffer_id); typedef
110 typedef void* AwGetNativeBufferFunction(long buffer_id); typedef
112 typedef unsigned int AwGetStrideFunction(long buffer_id); typedef
/aosp12/packages/services/Car/cpp/computepipe/proto/
H A DPacketDescriptor.proto15 optional int32 buffer_id = 1; field
/aosp12/frameworks/native/services/vr/bufferhubd/include/private/dvr/
H A Dbuffer_hub.h31 BufferHubChannel(BufferHubService* service, int buffer_id, int channel_id, in BufferHubChannel()
103 int buffer_id() const { return buffer_id_; } in buffer_id() function
/aosp12/frameworks/av/media/libmedia/include/media/
H A DIOMX.h61 typedef uint32_t buffer_id; typedef
100 typedef IOMX::buffer_id buffer_id; typedef
/aosp12/frameworks/native/services/vr/bufferhubd/
H A Dconsumer_queue_channel.cpp15 BufferHubService* service, int buffer_id, int channel_id, in ConsumerQueueChannel()
H A Dconsumer_channel.cpp19 ConsumerChannel::ConsumerChannel(BufferHubService* service, int buffer_id, in ConsumerChannel()
H A Dproducer_channel.cpp28 ProducerChannel::ProducerChannel(BufferHubService* service, int buffer_id, in ProducerChannel()
135 BufferHubService* service, int buffer_id, int channel_id, IonBuffer buffer, in Create()
H A Dbuffer_hub.cpp259 const int buffer_id = message.GetChannelId(); in OnCreateBuffer() local
H A Dproducer_queue_channel.cpp214 int buffer_id; in AllocateBuffer() local
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Doslo_package_test.c117 uint32_t buffer_id; in main() local
/aosp12/system/logging/liblog/include/android/
H A Dlog.h192 int32_t buffer_id; member
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQualcommUsbCamera.cpp1772 static int get_buf_from_display(camera_hardware_t *camHal, int *buffer_id) in get_buf_from_display()
1853 static int put_buf_to_display(camera_hardware_t *camHal, int buffer_id) in put_buf_to_display()
1920 static int convert_data_frm_cam_to_disp(camera_hardware_t *camHal, int buffer_id) in convert_data_frm_cam_to_disp()
2018 int buffer_id = 0; in previewloop() local
2453 int buffer_id = 0; in takePictureThread() local
/aosp12/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_buffer_queue-test.cpp412 int buffer_id = api_.WriteBufferGetId(wbs[i]); in TEST_F() local
447 int buffer_id = api_.ReadBufferGetId(rbs[i]); in TEST_F() local
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_device_session.cc1047 uint64_t buffer_id = (is_dummy_buffer ? /*Use invalid for dummy*/ 0 in TryHandleDummyResult() local
1111 uint64_t buffer_id) { in NotifyBufferError()
1372 uint32_t buffer_id) { in IsBufferImportedLocked()
/aosp12/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_buffer.h263 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/core/
H A Dlayer_buffer.h269 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
/aosp12/hardware/qcom/display/msm8998/sdm/include/core/
H A Dlayer_buffer.h267 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
/aosp12/hardware/qcom/display/msm8909/sdm/include/core/
H A Dlayer_buffer.h269 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
/aosp12/hardware/qcom/sdm845/display/sdm/include/core/
H A Dlayer_buffer.h276 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/
H A Dlayer_buffer.h276 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
/aosp12/hardware/qcom/sm8150/display/sdm/include/core/
H A Dlayer_buffer.h284 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
/aosp12/hardware/google/camera/common/hal/common/
H A Dhal_types.h166 uint64_t buffer_id = 0; member
184 uint64_t buffer_id = 0; member
/aosp12/system/logging/logd/
H A DReplayMessages.cpp116 int buffer_id; in BuffersToLogMask() local
/aosp12/system/logging/liblog/
H A Dlogger_write.cpp277 int buffer_id = log_message->buffer_id == LOG_ID_DEFAULT ? LOG_ID_MAIN : log_message->buffer_id; in __android_log_logd_logger() local

12