Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs199 fn try_send_packet(&self, packet: att::Att) -> Result<(), SendError> { in try_send_packet() method
/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/backend/
H A Dffmpeg.rs224 fn try_send_packet( in try_send_packet() method
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/ffmpeg/
H A Davcodec.rs517 pub fn try_send_packet(&mut self, packet: &AvPacket) -> Result<bool, AvError> { in try_send_packet() method
/aosp_15_r20/external/crosvm/media/ffmpeg/src/
H A Davcodec.rs488 pub fn try_send_packet(&mut self, packet: &AvPacket) -> Result<bool, AvError> { in try_send_packet() method