/hardware/google/gchips/gralloc3/include/gralloc3/ |
D | gralloc_vendor_interface.h | 30 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/ |
D | gralloc_vendor_interface.h | 31 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/ |
D | gralloc_vendor_interface.cpp | 16 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/ |
D | wrapper.cpp | 15 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/ |
D | Gralloc1On0Adapter.h | 87 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/ |
D | A2dpOffloadAudioProvider.cpp | 64 DataMQ::Descriptor()); in startSession() 69 DataMQ::Descriptor()); in startSession() 80 _hidl_cb(BluetoothAudioStatus::SUCCESS, DataMQ::Descriptor()); in onSessionReady()
|
D | HearingAidAudioProvider.cpp | 76 DataMQ::Descriptor()); in startSession() 83 DataMQ::Descriptor()); in startSession() 96 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
|
D | A2dpSoftwareAudioProvider.cpp | 80 DataMQ::Descriptor()); in startSession() 87 DataMQ::Descriptor()); in startSession() 101 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
|
D | BluetoothAudioProvider.cpp | 56 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession()
|
/hardware/interfaces/bluetooth/audio/2.1/default/ |
D | LeAudioAudioProvider.cpp | 81 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()
|
D | A2dpOffloadAudioProvider.cpp | 70 DataMQ::Descriptor()); in startSession() 75 DataMQ::Descriptor()); in startSession() 86 _hidl_cb(BluetoothAudioStatus::SUCCESS, DataMQ::Descriptor()); in onSessionReady()
|
D | A2dpSoftwareAudioProvider.cpp | 86 DataMQ::Descriptor()); in startSession() 93 DataMQ::Descriptor()); in startSession() 107 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
|
D | HearingAidAudioProvider.cpp | 82 DataMQ::Descriptor()); in startSession() 89 DataMQ::Descriptor()); in startSession() 102 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
|
D | BluetoothAudioProvider.cpp | 77 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession_2_1()
|
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSessionReport.h | 31 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
|
D | BluetoothAudioSession.h | 103 bool UpdateDataPath(const DataMQ::Descriptor* dataMQ); 119 const DataMQ::Descriptor* dataMQ,
|
D | BluetoothAudioSessionReport_2_1.h | 33 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
|
D | BluetoothAudioSession_2_1.h | 60 const DataMQ::Descriptor* dataMQ,
|
D | BluetoothAudioSession.cpp | 66 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/ |
D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 337 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/ |
D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 424 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/ |
D | ISurroundViewSession.hal | 48 * @param svFramesDesc Descriptor to signal done with frame.
|
/hardware/interfaces/tests/msgq/1.0/default/ |
D | TestMsgQ.cpp | 60 _hidl_cb(false /* ret */, MessageQueueUnsync::Descriptor()); in getFmqUnsyncWrite()
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamIn.cpp | 369 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), StatusMQ::Descriptor(), in prepareForReading()
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 974 * 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 …]
|