Searched defs:ReadData (Results 1 – 4 of 4) sorted by relevance
/packages/modules/adb/daemon/ | ||
D | property_monitor.cpp | 47 struct ReadData { in ReadProperty() struct |
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ | ||
D | device_port_proxy.h | 121 virtual size_t ReadData(void* buffer, size_t bytes) const { return 0; }; in ReadData() function |
D | device_port_proxy_hidl.cc | 529 size_t BluetoothAudioPortHidlIn::ReadData(void* buffer, size_t bytes) const { in ReadData() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidlIn |
D | device_port_proxy.cc | 565 size_t BluetoothAudioPortAidlIn::ReadData(void* buffer, size_t bytes) const { in ReadData() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidlIn |