Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 78) sorted by relevance

1234

/hardware/libhardware/modules/audio_remote_submix/tests/
Dremote_submix_tests.cpp107 const char* address, bool mono, uint32_t sampleRate, audio_stream_in_t** streamIn) { in OpenInputStream()
120 const char* address, bool mono, uint32_t sampleRate, audio_stream_out_t** streamOut) { in OpenOutputStream()
193 const char* address = "1"; in TEST_F() local
214 const char* address = "1"; in TEST_F() local
227 const char* address = "1"; in TEST_F() local
243 const char* address = "1"; in TEST_F() local
261 const char* address = "1"; in TEST_F() local
279 const char* address = "1"; in TEST_F() local
292 const char* address = "1"; in TEST_F() local
305 const char* address = "1"; in TEST_F() local
[all …]
/hardware/google/interfaces/bluetooth/ccc/aidl/hardware/google/bluetooth/ccc/
DIBluetoothCcc.aidl33 void registerForLmpEvents(in IBluetoothCccCallback callback, in byte[6] address, in registerForLmpEvents()
41 void unregisterLmpEvents(in byte[6] address); in unregisterLmpEvents()
DIBluetoothCccCallback.aidl34 void onEventGenerated(in Timestamp timestamp, in byte[6] address, in Direction direction, in onEventGenerated()
/hardware/google/interfaces/bluetooth/ccc/aidl/aidl_api/hardware.google.bluetooth.ccc/current/hardware/google/bluetooth/ccc/
DIBluetoothCcc.aidl37 …s(in hardware.google.bluetooth.ccc.IBluetoothCccCallback callback, in byte[6] address, in hardware… in registerForLmpEvents()
38 void unregisterLmpEvents(in byte[6] address); in unregisterLmpEvents()
DIBluetoothCccCallback.aidl37 …void onEventGenerated(in hardware.google.bluetooth.ccc.Timestamp timestamp, in byte[6] address, in… in onEventGenerated()
/hardware/interfaces/bluetooth/lmp_event/aidl/android/hardware/bluetooth/lmp_event/
DIBluetoothLmpEvent.aidl35 in byte[6] address, in registerForLmpEvents()
44 void unregisterLmpEvents(in AddressType addressType, in byte[6] address); in unregisterLmpEvents()
DIBluetoothLmpEventCallback.aidl38 in byte[6] address, in onEventGenerated()
/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/current/android/hardware/bluetooth/lmp_event/
DIBluetoothLmpEvent.aidl37 …, in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] address, in android.… in registerForLmpEvents()
38 …sterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] address); in unregisterLmpEvents()
DIBluetoothLmpEventCallback.aidl37 …, in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] address, in android.… in onEventGenerated()
/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/1/android/hardware/bluetooth/lmp_event/
DIBluetoothLmpEvent.aidl37 …, in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] address, in android.… in registerForLmpEvents()
38 …sterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] address); in unregisterLmpEvents()
DIBluetoothLmpEventCallback.aidl37 …, in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] address, in android.… in onEventGenerated()
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
DAudioPrimaryHidlHalTest.cpp35 static void testSetDevice(IStream* stream, const DeviceAddress& address) { in testSetDevice()
49 DeviceAddress address = {}; in testConnectedState() local
/hardware/google/gfxstream/guest/vulkan_enc/
DHostVisibleMemoryVirtualization.cpp45 void* address = block->mmap(gpuAddr); in CoherentMemory() local
58 auto address = mAllocator->alloc(size); in subAllocate() local
/hardware/interfaces/bluetooth/lmp_event/aidl/vts/
DVtsHalLmpEventTargetTest.cpp82 const std::array<uint8_t, 6>& address, Direction direction, in onEventGenerated()
140 std::array<uint8_t, 6> address; member in BluetoothLmpEventTest
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_address.cc55 char address[kStringLength + 1] = {0}; in get_local_address() local
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessImpl.cpp35 void maybeGetGrpcServiceInfo(std::string* address, std::string* ifname) { in maybeGetGrpcServiceInfo()
/hardware/google/aemu/base/include/aemu/base/testing/
DTestDnsResolver.h58 void addEntry(std::string_view server_name, std::string_view address) { in addEntry()
/hardware/interfaces/audio/core/all-versions/vts/functional/7.1/
DAudioPrimaryHidlHalTest.cpp28 DeviceAddress address = {}; in TEST_P() local
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp133 DeviceAddress address = {}; local
185 static void testSetDevices(IStream* stream, const DeviceAddress& address) {
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp355 Return<Result> Stream::setDevice(const DeviceAddress& address) { in setDevice()
368 Return<Result> Stream::setConnectedState(const DeviceAddress& address, bool connected) { in setConnectedState()
394 DeviceAddress address{}; in setDevices() local
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_tokens.h99 uint64_t address; member
127 uint64_t address; member
132 uint64_t address; member
145 uint64_t address; member
/hardware/interfaces/wifi/aidl/default/
Dwifi_iface_util.cpp117 std::array<uint8_t, 6> address = {}; in createRandomMacAddress() local
/hardware/interfaces/tv/input/1.0/default/
DTvInput.cpp174 const char* address = event->device_info.audio_address; in notify() local
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.cpp143 const std::string address = in getDeviceAddressOfDevicePort() local
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_sms.cpp272 hidl_string address = hidl_string("smscAddress"); in TEST_P() local

1234