Home
last modified time | relevance | path

Searched refs:ReadData (Results 1 – 6 of 6) sorted by relevance

/packages/modules/adb/daemon/
Dproperty_monitor.cpp47 struct ReadData { in ReadProperty() struct
52 ReadData result; in ReadProperty()
56 ReadData* result = static_cast<ReadData*>(cookie); 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
217 size_t ReadData(void* buffer, size_t bytes) const override;
Ddevice_port_proxy_hidl.h119 size_t ReadData(void* buffer, size_t bytes) const override;
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
Dstream_apis.cc1122 totalRead = in->bluetooth_input_->ReadData(buffer, bytes); in in_read()