Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Dtest_data_example_interface.cpp569 android.os.Trace.traceBegin(android.os.Trace.TRACE_TAG_AIDL, "IExampleInterface::getAddress::server…
761 android.os.Trace.traceBegin(android.os.Trace.TRACE_TAG_AIDL, "IExampleInterface::getAddress::client…
/system/bt/binder/android/bluetooth/
DIBluetoothManager.aidl46 String getAddress(); in getAddress() method
DIBluetooth.aidl43 String getAddress(); in getAddress() method
/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.cpp446 ASSERT_EQ(i, *(first.getAddress() + i)); in TEST_F()
448 ASSERT_EQ(i, *(second.getAddress() + i - firstRegionLength)); in TEST_F()
490 uint16_t* firstBaseAddress = first.getAddress(); in TEST_F()
491 uint16_t* secondBaseAddress = second.getAddress(); in TEST_F()
/system/libfmq/include/fmq/
DMessageQueue.h249 inline T* getAddress() const { return address; } in getAddress() function
467 return first.getAddress() + idx; in getSlot()
470 return second.getAddress() + idx - firstRegionLength; in getSlot()
499 *firstBaseAddress = first.getAddress() + startIdx; in getMemRegionInfo()
504 *secondBaseAddress = second.getAddress() + secondStartIdx; in getMemRegionInfo()
/system/bt/service/doc/
DIBluetooth.txt68 String getAddress();