Home
last modified time | relevance | path

Searched refs:Descriptor (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gchips/gralloc3/include/gralloc3/
Dgralloc_vendor_interface.h30 struct Descriptor;
31 Descriptor *createDescriptor();
32 void deleteDescriptor(Descriptor *descriptor);
34 void setProducerUsage(Descriptor &descriptor, uint64_t usage);
35 void setConsumerUsage(Descriptor &descriptor, uint64_t usage);
36 void setPlaneCount(Descriptor &descriptor, int count);
37 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte…
38 void setWidth(Descriptor &descriptor, int width);
39 void setHeight(Descriptor &descriptor, int height);
40 void setStridePixel(Descriptor &descriptor, int stride_pixel);
[all …]
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/include/gralloc4/
Dgralloc_vendor_interface.h31 struct Descriptor;
32 Descriptor *createDescriptor();
33 void deleteDescriptor(Descriptor *descriptor);
35 void setProducerUsage(Descriptor &descriptor, uint64_t usage);
36 void setConsumerUsage(Descriptor &descriptor, uint64_t usage);
37 void setPlaneCount(Descriptor &descriptor, int count);
38 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte…
39 void setWidth(Descriptor &descriptor, int width);
40 void setHeight(Descriptor &descriptor, int height);
41 void setStridePixel(Descriptor &descriptor, int stride_pixel);
[all …]
/hardware/google/gchips/gralloc3/src/
Dgralloc_vendor_interface.cpp16 struct Descriptor { struct
35 Descriptor *createDescriptor() { return new Descriptor(); } in createDescriptor()
36 void deleteDescriptor(Descriptor *descriptor) { delete descriptor; } in deleteDescriptor()
38 void setProducerUsage(Descriptor &descriptor, uint64_t usage) { in setProducerUsage()
42 void setConsumerUsage(Descriptor &descriptor, uint64_t usage) { in setConsumerUsage()
46 void setPlaneCount(Descriptor &descriptor, int count) { in setPlaneCount()
50 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte… in setPlane()
57 void setWidth(Descriptor &descriptor, int width) { in setWidth()
61 void setHeight(Descriptor &descriptor, int height) { in setHeight()
65 void setStridePixel(Descriptor &descriptor, int stride_pixel) { in setStridePixel()
[all …]
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
Dwrapper.cpp15 struct Descriptor { struct
34 Descriptor *createDescriptor() { return new Descriptor(); } in createDescriptor()
35 void deleteDescriptor(Descriptor *descriptor) { delete descriptor; } in deleteDescriptor()
37 void setProducerUsage(Descriptor &descriptor, uint64_t usage) { in setProducerUsage()
41 void setConsumerUsage(Descriptor &descriptor, uint64_t usage) { in setConsumerUsage()
45 void setPlaneCount(Descriptor &descriptor, int count) { in setPlaneCount()
49 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte… in setPlane()
56 void setWidth(Descriptor &descriptor, int width) { in setWidth()
60 void setHeight(Descriptor &descriptor, int height) { in setHeight()
64 void setStridePixel(Descriptor &descriptor, int stride_pixel) { in setStridePixel()
[all …]
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h87 struct Descriptor;
106 struct Descriptor : public std::enable_shared_from_this<Descriptor> { struct
107 Descriptor() in Descriptor() argument
152 gralloc1_error_t (Descriptor::*member)(Args...), Args... args) { in callDescriptorFunction() argument
165 &Descriptor::setConsumerUsage, usage); in setConsumerUsageHook()
172 &Descriptor::setDimensions, width, height); in setDimensionsHook()
178 &Descriptor::setFormat, format); in setFormatHook()
184 &Descriptor::setLayerCount, layerCount); in setLayerCountHook()
191 &Descriptor::setProducerUsage, usage); in setProducerUsageHook()
199 const Descriptor& descriptor, uint32_t stride,
[all …]
/hardware/interfaces/bluetooth/audio/2.0/default/
DA2dpOffloadAudioProvider.cpp64 DataMQ::Descriptor()); in startSession()
69 DataMQ::Descriptor()); in startSession()
80 _hidl_cb(BluetoothAudioStatus::SUCCESS, DataMQ::Descriptor()); in onSessionReady()
DHearingAidAudioProvider.cpp76 DataMQ::Descriptor()); in startSession()
83 DataMQ::Descriptor()); in startSession()
96 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
DA2dpSoftwareAudioProvider.cpp80 DataMQ::Descriptor()); in startSession()
87 DataMQ::Descriptor()); in startSession()
101 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
DBluetoothAudioProvider.cpp56 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession()
/hardware/interfaces/bluetooth/audio/2.1/default/
DLeAudioAudioProvider.cpp81 DataMQ::Descriptor()); in startSession_2_1()
88 DataMQ::Descriptor()); in startSession_2_1()
116 DataMQ::Descriptor()); in startSession_2_1()
172 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession_2_1()
186 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
DA2dpOffloadAudioProvider.cpp70 DataMQ::Descriptor()); in startSession()
75 DataMQ::Descriptor()); in startSession()
86 _hidl_cb(BluetoothAudioStatus::SUCCESS, DataMQ::Descriptor()); in onSessionReady()
DA2dpSoftwareAudioProvider.cpp86 DataMQ::Descriptor()); in startSession()
93 DataMQ::Descriptor()); in startSession()
107 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
DHearingAidAudioProvider.cpp82 DataMQ::Descriptor()); in startSession()
89 DataMQ::Descriptor()); in startSession()
102 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
DBluetoothAudioProvider.cpp77 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession_2_1()
/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSessionReport.h31 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
DBluetoothAudioSession.h103 bool UpdateDataPath(const DataMQ::Descriptor* dataMQ);
119 const DataMQ::Descriptor* dataMQ,
DBluetoothAudioSessionReport_2_1.h33 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
DBluetoothAudioSession_2_1.h60 const DataMQ::Descriptor* dataMQ,
DBluetoothAudioSession.cpp66 const sp<IBluetoothAudioPort> stack_iface, const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
159 bool BluetoothAudioSession::UpdateDataPath(const DataMQ::Descriptor* dataMQ) { in UpdateDataPath()
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp337 const DataMQ::Descriptor& dataMQ) { in TEST_P()
621 const DataMQ::Descriptor& dataMQ) { in TEST_P()
656 const DataMQ::Descriptor& dataMQ) { in TEST_P()
691 const DataMQ::Descriptor& dataMQ) { in TEST_P()
729 const DataMQ::Descriptor& dataMQ) { in TEST_P()
790 const DataMQ::Descriptor& dataMQ) { in TEST_P()
854 const DataMQ::Descriptor& dataMQ) { in TEST_P()
/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
DVtsHalBluetoothAudioV2_1TargetTest.cpp424 const DataMQ::Descriptor& dataMQ) { in TEST_P()
716 const DataMQ::Descriptor& dataMQ) { in TEST_P()
751 const DataMQ::Descriptor& dataMQ) { in TEST_P()
786 const DataMQ::Descriptor& dataMQ) { in TEST_P()
824 const DataMQ::Descriptor& dataMQ) { in TEST_P()
885 const DataMQ::Descriptor& dataMQ) { in TEST_P()
952 const DataMQ::Descriptor& dataMQ) { in TEST_P()
1040 const DataMQ::Descriptor& dataMQ) { in TEST_P()
1134 const DataMQ::Descriptor& dataMQ) { in TEST_P()
/hardware/interfaces/automotive/sv/1.0/
DISurroundViewSession.hal48 * @param svFramesDesc Descriptor to signal done with frame.
/hardware/interfaces/tests/msgq/1.0/default/
DTestMsgQ.cpp60 _hidl_cb(false /* ret */, MessageQueueUnsync::Descriptor()); in getFmqUnsyncWrite()
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp369 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), StatusMQ::Descriptor(), in prepareForReading()
/hardware/interfaces/wifi/1.0/
Dtypes.hal974 * NAN Spec: Service Descriptor Attribute (SDA) / Instance ID
1012 * NAN Spec: Service Descriptor Attribute (SDA) / Service Info
1019 * Spec: Service Descriptor Extension Attribute (SDEA) / Service Info
1039 * NAN Spec: matching_filter_tx and Service Descriptor Attribute (SDA) / Matching Filter
1046 * NAN Spec: Service Descriptor Attribute / Service Control / Discovery Range Limited.
1145 * NAN Spec: Service Descriptor Attribute (SDA) / Service Response Filter / SRF Control / SRF Type
1152 * NAN Spec: Service Descriptor Attribute (SDA) / Service Response Filter / SRF Control / Include
1157 * NAN Spec: Service Descriptor Attribute (SDA) / Service Control /
1171 * NAN Spec: Service Descriptor Attribute (SDA) / Service Response Filter / Address Set
1183 * NAN Spec: Service Descriptor Attribute (SDA) / Instance ID
[all …]

12