Home
last modified time | relevance | path

Searched refs:getAddress (Results 1 – 4 of 4) sorted by relevance

/system/libfmq/tests/
Dmq_test.cpp430 ASSERT_EQ(nullptr, first.getAddress()); in TEST_F()
431 ASSERT_EQ(nullptr, second.getAddress()); in TEST_F()
470 ASSERT_EQ(nullptr, first.getAddress()); in TEST_F()
471 ASSERT_EQ(nullptr, second.getAddress()); in TEST_F()
538 ASSERT_EQ(nullptr, first.getAddress()); in TEST_F()
539 ASSERT_EQ(nullptr, second.getAddress()); in TEST_F()
Dmsgq_test_client.cpp410 ASSERT_EQ(i, *(first.getAddress() + i)); in TEST_F()
412 ASSERT_EQ(i, *(second.getAddress() + i - firstRegionLength)); in TEST_F()
454 uint16_t* firstBaseAddress = first.getAddress(); in TEST_F()
455 uint16_t* secondBaseAddress = second.getAddress(); in TEST_F()
/system/libfmq/include/fmq/
DMessageQueue.h244 inline T* getAddress() const { return address; } in getAddress() function
462 return first.getAddress() + idx; in getSlot()
465 return second.getAddress() + idx - firstRegionLength; in getSlot()
494 *firstBaseAddress = first.getAddress() + startIdx; in getMemRegionInfo()
499 *secondBaseAddress = second.getAddress() + secondStartIdx; in getMemRegionInfo()
/system/bt/service/doc/
DIBluetooth.txt68 String getAddress();