Searched refs:Channel (Results 1 - 25 of 37) sorted by path

12

/frameworks/base/config/
H A Dboot-image-profile.txt[all...]
H A Dpreloaded-classes5095 java.nio.channels.Channel
/frameworks/base/core/java/android/hardware/
H A DSensorDirectChannel.java26 import java.nio.channels.Channel;
37 public final class SensorDirectChannel implements Channel {
/frameworks/base/core/java/android/se/omapi/
H A DChannel.java42 public final class Channel implements java.nio.channels.Channel { class in inherits:java.nio.channels.Channel
44 private static final String TAG = "OMAPI.Channel";
50 Channel(@NonNull SEService service, @NonNull Session session, method in class:Channel
233 * The select response stored in the Channel object shall be updated with the APDU
H A DSession.java141 * one that has number 0). The obtained object is an instance of the Channel class.
197 * @return an instance of Channel if available or null.
199 public @Nullable Channel openBasicChannel(@Nullable byte[] aid, @Nullable byte p2)
212 return new Channel(mService, this, channel);
247 * @return an instance of Channel if available or null.
249 public @Nullable Channel openBasicChannel(@Nullable byte[] aid) throws IOException {
302 * @return an instance of Channel. Null if the Secure Element is unable to
305 public @Nullable Channel openLogicalChannel(@Nullable byte[] aid, @Nullable byte p2)
319 return new Channel(mService, this, channel);
355 * @return an instance of Channel
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java41 * Channel 0 Channel 1 .... Channel N-1
259 Channel channel = queryEngineByChannelIndex(ch);
1024 * Class for Channel configuration parameters. It is composed of multiple stages, which can be
1028 public final static class Channel { class in class:DynamicsProcessing
1036 * Class constructor for Channel configuration.
1051 public Channel (float inputGain, method in class:DynamicsProcessing.Channel
1068 * Class constructor for Channel configuration
1071 public Channel(Channe method in class:DynamicsProcessing.Channel
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java41 import android.net.wifi.p2p.WifiP2pManager.Channel;
98 private final Channel mWifiP2pChannel;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java670 * Most p2p operations require a Channel as an argument. An instance of Channel is obtained
673 public static class Channel implements AutoCloseable { class in class:WifiP2pManager
675 public Channel(Context context, Looper looper, ChannelListener l, Binder binder, method in class:WifiP2pManager.Channel
705 Log.w(TAG, "Channel.close(): Null mP2pManager!?");
910 private static void checkChannel(Channel c) {
911 if (c == null) throw new IllegalArgumentException("Channel needs to be initialized");
936 * @return Channel instance that is necessary for performing any further p2p operations
938 public Channel initialize(Context srcContext, Looper srcLooper, ChannelListener listener) {
940 Channel channe
[all...]
/frameworks/base/wifi/tests/src/android/net/wifi/p2p/
H A DWifiP2pManagerTest.java62 try (WifiP2pManager.Channel channel = new WifiP2pManager.Channel(mContextMock,
74 WifiP2pManager.Channel channel = new WifiP2pManager.Channel(mContextMock,
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_service_endpoint.h14 MOCK_METHOD2(SetChannel, Status<void>(int channel_id, Channel* channel));
20 Channel* channel, int* channel_id));
23 Channel** channel));
H A Dservice.h56 class Channel : public std::enable_shared_from_this<Channel> { class in namespace:android::pdx
58 Channel() {} function in class:android::pdx::Channel
59 virtual ~Channel() {}
64 static std::shared_ptr<Channel> GetFromMessageInfo(const MessageInfo& info);
196 int flags, const std::shared_ptr<Channel>& channel, int* channel_id);
203 Service* service, int flags, const std::shared_ptr<Channel>& channel,
208 * If the channel reference in question is valid, the Channel object is
224 std::shared_ptr<Channel>* channel) const;
231 std::shared_ptr<Channel>* channe
[all...]
H A Dservice_endpoint.h14 class Channel;
27 Channel* channel{nullptr};
50 virtual Status<void> SetChannel(int channel_id, Channel* channel) = 0;
65 // sending process may change these later using fcntl()). The internal Channel
70 Channel* channel,
75 // valid, the Channel object is returned in |channel| when non-nullptr and
78 Channel** channel) = 0;
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp15 std::shared_ptr<Channel> Channel::GetFromMessageInfo(const MessageInfo& info) {
17 : std::shared_ptr<Channel>();
24 channel_{Channel::GetFromMessageInfo(info)},
379 int flags, const std::shared_ptr<Channel>& channel, int* channel_id) {
389 Service* service, int flags, const std::shared_ptr<Channel>& channel,
396 std::shared_ptr<Channel>* channel) const {
406 std::shared_ptr<Channel>* channel) const {
433 std::shared_ptr<Channel> Message::GetChannel() const { return channel_.lock(); }
435 Status<void> Message::SetChannel(const std::shared_ptr<Channel>
[all...]
H A Dservice_tests.cpp11 using android::pdx::Channel;
90 MOCK_METHOD1(OnChannelOpen, std::shared_ptr<Channel>(Message& message));
92 void(Message& message, const std::shared_ptr<Channel>& channel));
172 auto test_channel = std::make_shared<Channel>();
200 auto test_channel = std::make_shared<Channel>();
224 auto channel = std::make_shared<Channel>();
238 auto channel = std::make_shared<Channel>();
766 auto test_channel = std::make_shared<Channel>();
770 std::shared_ptr<Channel> channel;
782 std::shared_ptr<Channel> channe
[all...]
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp38 using android::pdx::Channel;
238 std::shared_ptr<Channel> OnChannelOpen(Message& message) override {
245 const std::shared_ptr<Channel>& /*channel*/) override {
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h43 Status<void> SetChannel(int channel_id, Channel* channel) override;
48 Channel* channel,
51 Channel** channel) override;
114 Channel* channel_state{nullptr};
138 LocalHandle channel_fd, Channel* channel_state);
141 Channel* GetChannelState(int32_t channel_id);
/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp24 using android::pdx::Channel;
H A Dservice_endpoint.cpp265 Status<void> Endpoint::SetChannel(int channel_id, Channel* channel) {
282 LocalHandle channel_fd, Channel* channel_state) {
427 Channel* channel,
459 Channel** /*channel*/) {
464 Channel* Endpoint::GetChannelState(int32_t channel_id) {
H A Dservice_framework_tests.cpp27 using android::pdx::Channel;
74 class TestChannel : public Channel {
93 std::shared_ptr<Channel> OnChannelOpen(Message& message) override {
98 const std::shared_ptr<Channel>& channel) override {
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.cpp13 using android::pdx::Channel;
43 std::shared_ptr<pdx::Channel> DisplayManagerService::OnChannelOpen(
69 pdx::Message& /*message*/, const std::shared_ptr<pdx::Channel>& channel) {
H A Ddisplay_manager_service.h18 class DisplayManager : public pdx::Channel {
43 std::shared_ptr<pdx::Channel> OnChannelOpen(pdx::Message& message) override;
45 const std::shared_ptr<pdx::Channel>& channel) override;
H A Ddisplay_service.cpp22 using android::pdx::Channel;
116 const std::shared_ptr<Channel>& channel) {
H A Ddisplay_service.h32 const std::shared_ptr<pdx::Channel>& channel) override;
H A Ddisplay_surface.h28 class DisplaySurface : public pdx::Channel {
H A Dvsync_service.cpp17 using android::pdx::Channel;
50 std::shared_ptr<Channel> VSyncService::OnChannelOpen(pdx::Message& message) {
60 const std::shared_ptr<Channel>& channel) {

Completed in 973 milliseconds

12