Searched defs:privileged (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/dev/audio/lib/simple-audio-stream/
H A Dsimple-audio-stream.cpp126 bool privileged = (stream_channel_ == nullptr); local
178 zx_status_t SimpleAudioStream::ProcessStreamChannel(dispatcher::Channel* channel, bool privileged) { argument
314 OnSetStreamFormat(dispatcher::Channel* channel, const audio_proto::StreamSetFmtReq& req, bool privileged) argument
[all...]
/fuchsia/zircon/system/dev/audio/gauss-pdm-input/
H A Dgauss-pdm-input-stream.cpp143 bool privileged = (stream_channel_ == nullptr); local
195 ProcessStreamChannel(dispatcher::Channel* channel, bool privileged) argument
334 OnSetStreamFormat(dispatcher::Channel* channel, const audio_proto::StreamSetFmtReq& req, bool privileged) argument
[all...]
/fuchsia/zircon/system/dev/audio/gauss-tdm/
H A Dgauss-tdm-stream.cpp207 bool privileged = (stream_channel_ == nullptr); local
258 zx_status_t TdmOutputStream::ProcessStreamChannel(dispatcher::Channel* channel, bool privileged) { argument
383 OnSetStreamFormatLocked(dispatcher::Channel* channel, const audio_proto::StreamSetFmtReq& req, bool privileged) argument
[all...]
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Dstream-base.cpp398 DoGetStreamFormatsLocked(dispatcher::Channel* channel, bool privileged, const audio_proto::StreamGetFmtsReq& req) argument
438 DoSetStreamFormatLocked(dispatcher::Channel* channel, bool privileged, const audio_proto::StreamSetFmtReq& fmt) argument
540 DoGetGainLocked(dispatcher::Channel* channel, bool privileged, const audio_proto::GetGainReq& req) argument
553 DoSetGainLocked(dispatcher::Channel* channel, bool privileged, const audio_proto::SetGainReq& req) argument
571 DoPlugDetectLocked(dispatcher::Channel* channel, bool privileged, const audio_proto::PlugDetectReq& req) argument
589 DoGetUniqueIdLocked(dispatcher::Channel* channel, bool privileged, const audio_proto::GetUniqueIdReq& req) argument
601 DoGetStringLocked(dispatcher::Channel* channel, bool privileged, const audio_proto::GetStringReq& req) argument
628 ProcessClientRequest(dispatcher::Channel* channel, bool privileged) argument
680 ProcessClientDeactivate(const dispatcher::Channel* channel, bool privileged) argument
[all...]
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream.cpp280 bool privileged = (stream_channel_ == nullptr); local
460 OnSetStreamFormatLocked(dispatcher::Channel* channel, const audio_proto::StreamSetFmtReq& req, bool privileged) argument

Completed in 84 milliseconds