Searched refs:getAddress (Results 1 – 10 of 10) sorted by relevance
/system/bt/binder/android/bluetooth/ |
D | IBluetoothManager.aidl | 59 String getAddress(in AttributionSource attributionSource); in getAddress() method
|
D | IBluetooth.aidl | 51 String getAddress(); in getAddress() method
|
/system/libfmq/fuzzer/ |
D | fmq_fuzzer.cpp | 85 payload_t* firstStart = region.getAddress(); in reader() 110 payload_t* firstStart = region.getAddress(); in writer()
|
/system/tools/xsdc/tests/resources/nested_type/api/ |
D | current.txt | 6 method public nested.type.Employee.Address getAddress();
|
/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 258 inline T* getAddress() const { return address; } in getAddress() function 470 return first.getAddress() + idx; in getSlot() 473 return second.getAddress() + idx - firstRegionLength; in getSlot() 499 *firstBaseAddress = first.getAddress() + startIdx; in getMemRegionInfo() 504 *secondBaseAddress = second.getAddress() + secondStartIdx; in getMemRegionInfo()
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | XmlParserTest.java | 80 assertThat(employee.getAddress().getCountry(), is("US")); in testNestedType() 81 assertThat(employee.getAddress().getExtra().getLine2(), is("Good Street")); in testNestedType()
|
/system/libfmq/tests/ |
D | fmq_unit_tests.cpp | 768 ASSERT_EQ(nullptr, first.getAddress()); in TYPED_TEST() 769 ASSERT_EQ(nullptr, second.getAddress()); in TYPED_TEST() 808 ASSERT_EQ(nullptr, first.getAddress()); in TYPED_TEST() 809 ASSERT_EQ(nullptr, second.getAddress()); in TYPED_TEST() 876 ASSERT_EQ(nullptr, first.getAddress()); in TYPED_TEST() 877 ASSERT_EQ(nullptr, second.getAddress()); in TYPED_TEST()
|
D | msgq_test_client.cpp | 666 int32_t* firstStart = region.getAddress(); in TYPED_TEST() 706 ASSERT_EQ(i, *(first.getAddress() + i)); in TYPED_TEST() 708 ASSERT_EQ(i, *(second.getAddress() + i - firstRegionLength)); in TYPED_TEST() 750 int32_t* firstBaseAddress = first.getAddress(); in TYPED_TEST() 751 int32_t* secondBaseAddress = second.getAddress(); in TYPED_TEST()
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 68 String getAddress();
|
/system/tools/xsdc/tests/resources/enum_type/api/ |
D | current.txt | 315 method public String getAddress();
|