Home
last modified time | relevance | path

Searched defs:Channel (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/se/omapi/
DChannel.java42 public final class Channel implements java.nio.channels.Channel { class
50 Channel(@NonNull SEService service, @NonNull Session session, in Channel() method in Channel
/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dconsumer_channel.h15 using Channel = pdx::Channel; variable
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice_endpoint.h14 class Channel; variable
Dservice.h58 Channel() {} in Channel() function
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java834 public static class Channel implements AutoCloseable { class in WifiP2pManager
836 public Channel(Context context, Looper looper, ChannelListener l, Binder binder, in Channel() method in WifiP2pManager.Channel
/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java1028 public final static class Channel { class in DynamicsProcessing
1051 public Channel (float inputGain, in Channel() method in DynamicsProcessing.Channel
1071 public Channel(Channel cfg) { in Channel() method in DynamicsProcessing.Channel
/frameworks/native/libs/vr/libpdx/
Dservice.cpp471 const std::shared_ptr<Channel>& /*channel*/) {} in OnChannelClose()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp459 Channel** /*channel*/) { in CheckChannel() argument
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp245 const std::shared_ptr<Channel>& /*channel*/) override { in OnChannelClose()