Home
last modified time | relevance | path

Searched defs:getLengthInBytes (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/libfmq/include/fmq/
DMessageQueue.h260 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/libfmq/include/fmq/
DMessageQueue.h260 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/libfmq/include/fmq/
DMessageQueue.h260 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/libfmq/include/fmq/
DMessageQueue.h260 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/libfmq/include/fmq/
DMessageQueueBase.h269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
/aosp_15_r20/system/libfmq/include/fmq/
H A DMessageQueueBase.h295 inline std::enable_if_t<!std::is_same_v<U, MQErased>, size_t> getLengthInBytes() const { in getLengthInBytes() function