/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/libfmq/include/fmq/ |
D | MessageQueue.h | 260 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/libfmq/include/fmq/ |
D | MessageQueue.h | 260 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/libfmq/include/fmq/ |
D | MessageQueue.h | 260 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 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/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/libfmq/include/fmq/ |
D | MessageQueue.h | 260 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/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 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/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 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/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 269 inline size_t getLengthInBytes() const { return length * sizeof(T); } in getLengthInBytes() function
|
/aosp_15_r20/system/libfmq/include/fmq/ |
H A D | MessageQueueBase.h | 295 inline std::enable_if_t<!std::is_same_v<U, MQErased>, size_t> getLengthInBytes() const { in getLengthInBytes() function
|