Searched refs:getSlot (Results 1 - 5 of 5) sorted by path

/system/chre/apps/chqts/src/shared/
H A Ddumb_allocator.cc58 if (!getSlot(pointer, &slot)) {
67 return getSlot(pointer, &slot);
70 bool DumbAllocatorBase::getSlot(const void *pointer, size_t *slot) const { function in class:nanoapp_testing::DumbAllocatorBase
H A Ddumb_allocator.h49 bool getSlot(const void *ptr, size_t *slot) const;
/system/libfmq/include/fmq/
H A DMessageQueue.h296 T* getSlot(size_t idx);
453 T* MessageQueue<T, flavor>::MemTransaction::getSlot(size_t idx) { function in class:android::hardware::MessageQueue::MemTransaction
/system/libfmq/tests/
H A Dmq_test.cpp363 * beginRead/beginWrite/CommitRead/CommitWrite as well as getSlot().
379 uint8_t* ptr = tx.getSlot(i);
395 uint8_t* ptr = tx.getSlot(i);
H A Dmsgq_test_client.cpp627 * Use beginWrite/commitWrite/getSlot APIs to test wrap arounds are handled
653 uint16_t* ptr = tx.getSlot(i);

Completed in 123 milliseconds