Searched refs:MQDescriptor (Results 1 - 16 of 16) sorted by relevance

/system/libhidl/base/include/hidl/
H A DMQDescriptor.h61 struct MQDescriptor { struct
62 MQDescriptor(
66 MQDescriptor(size_t bufferSize, native_handle_t* nHandle,
69 MQDescriptor();
70 ~MQDescriptor();
72 explicit MQDescriptor(const MQDescriptor &other);
73 MQDescriptor &operator=(const MQDescriptor &other) = delete;
146 const size_t MQDescriptor<
166 MQDescriptor<T, flavor>::MQDescriptor( function in class:android::hardware::MQDescriptor
183 MQDescriptor<T, flavor>::MQDescriptor(size_t bufferSize, native_handle_t *nHandle, function in class:android::hardware::MQDescriptor
217 MQDescriptor(const MQDescriptor<T, flavor> &other) argument
237 MQDescriptor<T, flavor>::MQDescriptor() : MQDescriptor( function in class:android::hardware::MQDescriptor
262 toString(const MQDescriptor<T, flavor> &q) argument
[all...]
/system/libhidl/transport/allocator/1.0/default/
H A DAshmemAllocator.h21 #include <hidl/MQDescriptor.h>
/system/libhidl/transport/memory/1.0/default/
H A DAshmemMapper.h21 #include <hidl/MQDescriptor.h>
H A DAshmemMemory.h21 #include <hidl/MQDescriptor.h>
/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h26 #include <hidl/MQDescriptor.h>
32 // Defines functions for hidl_string, hidl_version, Status, hidl_vec, MQDescriptor,
120 // ---------------------- MQDescriptor
124 MQDescriptor<T, flavor> &obj,
136 parentOffset + MQDescriptor<T, flavor>::kOffsetOfGrantors,
144 parentOffset + MQDescriptor<T, flavor>::kOffsetOfHandle,
154 const MQDescriptor<T, flavor> &obj,
166 parentOffset + MQDescriptor<T, flavor>::kOffsetOfGrantors,
174 parentOffset + MQDescriptor<T, flavor>::kOffsetOfHandle);
123 readEmbeddedFromParcel( MQDescriptor<T, flavor> &obj, const ::android::hardware::Parcel &parcel, size_t parentHandle, size_t parentOffset) argument
153 writeEmbeddedToParcel( const MQDescriptor<T, flavor> &obj, ::android::hardware::Parcel *parcel, size_t parentHandle, size_t parentOffset) argument
/system/bt/test/rootcanal/
H A Dbluetooth_hci.h21 #include <hidl/MQDescriptor.h>
/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.h22 #include <hidl/MQDescriptor.h>
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
H A Dkeystore.h5 #include <hidl/MQDescriptor.h>
/system/tools/hidl/test/hidl_test/
H A DFooCallback.h6 #include <hidl/MQDescriptor.h>
/system/hwservicemanager/
H A DHidlService.h8 #include <hidl/MQDescriptor.h>
H A DTokenManager.h6 #include <hidl/MQDescriptor.h>
H A DServiceManager.h6 #include <hidl/MQDescriptor.h>
/system/keymaster/ng/include/
H A DAndroidKeymaster3Device.h23 #include <hidl/MQDescriptor.h>
/system/security/keystore/
H A Dlegacy_keymaster_device_wrapper.h23 #include <hidl/MQDescriptor.h>
/system/chre/host/hal_generic/
H A Dgeneric_context_hub.h26 #include <hidl/MQDescriptor.h>
/system/libfmq/include/fmq/
H A DMessageQueue.h23 #include <hidl/MQDescriptor.h>
39 typedef MQDescriptor<T, flavor> Descriptor;
42 * @param Desc MQDescriptor describing the FMQ.
217 * Get a pointer to the MQDescriptor object that describes this FMQ.
219 * @return Pointer to the MQDescriptor associated with the FMQ.

Completed in 1527 milliseconds