Home
last modified time | relevance | path

Searched defs:CrasClientType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/libcras_stub/src/
H A Dlibcras.rs43 pub type CrasClientType = CRAS_CLIENT_TYPE; typedef
78 impl FromStr for CrasClientType { implementation
103 pub fn new(_capture: bool, _client_type: CrasClientType, _socket_type: CrasSocketType) -> Self { in new()
109 _client_type: CrasClientType, in with_stream_type()
141 pub fn set_client_type(&mut self, _: CrasClientType) {} in set_client_type()
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/
H A Dparameters.rs304 client_type: CrasClientType, in cras_parameters_fromstr()