Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 21 of 21) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/access/
DAppAccessState.kt21 object Read : AppAccessState() object
/packages/modules/Bluetooth/system/test/headless/read/
Dread.cc27 Read::Read(const bluetooth::test::headless::GetOpt& options) : HeadlessTest<int>(options) { in Read() function in Read
/packages/modules/adb/
Dshell_service_protocol.cpp32 bool ShellProtocol::Read() { in Read() function in ShellProtocol
Dtransport.cpp476 bool FdConnection::Read(apacket* packet) { in Read() function in FdConnection
/packages/modules/Bluetooth/offload/hci/derive/
Dreturn_parameters.rs78 impl Read for #name { in derive_read() impl
Denum_data.rs64 impl Read for #name { in derive_read() impl
Dstruct_data.rs120 impl Read for #name { in derive_read() impl
/packages/modules/Bluetooth/system/gd/storage/
Dlegacy_config_file.cc36 std::optional<ConfigCache> LegacyConfigFile::Read(size_t temp_devices_capacity) { in Read() function in bluetooth::storage::LegacyConfigFile
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DImsMediaBitReader.cpp43 uint32_t ImsMediaBitReader::Read(uint32_t nSize) in Read() function in ImsMediaBitReader
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface_host.cc51 size_t HfpClientInterface::Encode::Read(uint8_t* /*p_buf*/, uint32_t /*len*/) { return 0; } in Read() function in bluetooth::audio::hfp::HfpClientInterface::Encode
Dhfp_client_interface.cc357 size_t HfpClientInterface::Encode::Read(uint8_t* p_buf, uint32_t len) { in Read() function in bluetooth::audio::hfp::HfpClientInterface::Encode
Dle_audio_software_host.cc320 size_t LeAudioClientInterface::Sink::Read(uint8_t* p_buf, uint32_t len) { in Read() function in bluetooth::audio::le_audio::LeAudioClientInterface::Sink
Dle_audio_software.cc410 size_t LeAudioClientInterface::Sink::Read(uint8_t* p_buf, uint32_t len) { in Read() function in bluetooth::audio::le_audio::LeAudioClientInterface::Sink
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_datastore.rs28 Read( enumerator
Dmock_raw_datastore.rs28 Read( enumerator
/packages/modules/adb/client/
Dtransport_usb.cpp127 bool UsbConnection::Read(apacket* packet) { in Read() function in UsbConnection
Dusb_libusb_device.cpp132 bool LibUsbDevice::Read(apacket* packet) { in Read() function in LibUsbDevice
/packages/modules/Bluetooth/offload/hci/
Dreader.rs15 pub(crate) trait Read { interface
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc60 bool Reactor::Event::Read() { in Read() function in bluetooth::os::Reactor::Event
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_hal_client_test.cc204 size_t LeAudioClientInterface::Sink::Read(uint8_t* p_buf, uint32_t len) { in Read() function in bluetooth::audio::le_audio::LeAudioClientInterface::Sink
/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py1344 def Read(filename): function