/aosp12/frameworks/base/native/webview/plat_support/ |
H A D | graphic_buffer_impl.cpp | 48 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 D | draw_gl.h | 104 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 D | PacketDescriptor.proto | 15 optional int32 buffer_id = 1; field
|
/aosp12/frameworks/native/services/vr/bufferhubd/include/private/dvr/ |
H A D | buffer_hub.h | 31 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 D | IOMX.h | 61 typedef uint32_t buffer_id; typedef 100 typedef IOMX::buffer_id buffer_id; typedef
|
/aosp12/frameworks/native/services/vr/bufferhubd/ |
H A D | consumer_queue_channel.cpp | 15 BufferHubService* service, int buffer_id, int channel_id, in ConsumerQueueChannel()
|
H A D | consumer_channel.cpp | 19 ConsumerChannel::ConsumerChannel(BufferHubService* service, int buffer_id, in ConsumerChannel()
|
H A D | producer_channel.cpp | 28 ProducerChannel::ProducerChannel(BufferHubService* service, int buffer_id, in ProducerChannel() 135 BufferHubService* service, int buffer_id, int channel_id, IonBuffer buffer, in Create()
|
H A D | buffer_hub.cpp | 259 const int buffer_id = message.GetChannelId(); in OnCreateBuffer() local
|
H A D | producer_queue_channel.cpp | 214 int buffer_id; in AllocateBuffer() local
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | oslo_package_test.c | 117 uint32_t buffer_id; in main() local
|
/aosp12/system/logging/liblog/include/android/ |
H A D | log.h | 192 int32_t buffer_id; member
|
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/ |
H A D | QualcommUsbCamera.cpp | 1772 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 D | dvr_buffer_queue-test.cpp | 412 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 D | camera_device_session.cc | 1047 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 D | layer_buffer.h | 263 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
H A D | layer_buffer.h | 269 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/core/ |
H A D | layer_buffer.h | 267 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/core/ |
H A D | layer_buffer.h | 269 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/core/ |
H A D | layer_buffer.h | 276 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/ |
H A D | layer_buffer.h | 276 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/core/ |
H A D | layer_buffer.h | 284 uint64_t buffer_id __attribute__((aligned(8))) = 0; member
|
/aosp12/hardware/google/camera/common/hal/common/ |
H A D | hal_types.h | 166 uint64_t buffer_id = 0; member 184 uint64_t buffer_id = 0; member
|
/aosp12/system/logging/logd/ |
H A D | ReplayMessages.cpp | 116 int buffer_id; in BuffersToLogMask() local
|
/aosp12/system/logging/liblog/ |
H A D | logger_write.cpp | 277 int buffer_id = log_message->buffer_id == LOG_ID_DEFAULT ? LOG_ID_MAIN : log_message->buffer_id; in __android_log_logd_logger() local
|