Home
last modified time | relevance | path

Searched defs:ReadData (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/daemon/
Dproperty_monitor.cpp47 struct ReadData { in ReadProperty() struct
48 std::string value; in ReadProperty()
49 uint32_t serial; in ReadProperty()
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.h121 virtual size_t ReadData(void* buffer, size_t bytes) const { return 0; }; in ReadData() function
Ddevice_port_proxy_hidl.cc529 size_t BluetoothAudioPortHidlIn::ReadData(void* buffer, size_t bytes) const { in ReadData() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidlIn
Ddevice_port_proxy.cc565 size_t BluetoothAudioPortAidlIn::ReadData(void* buffer, size_t bytes) const { in ReadData() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidlIn