Searched defs:Proxy (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DIMountServiceListener.java53 return new IMountServiceListener.Stub.Proxy(obj);
92 private static class Proxy implements IMountServiceListener { class in class:IMountServiceListener.Stub
95 Proxy(IBinder remote) { method in class:IMountServiceListener.Stub.Proxy
H A DIMountShutdownObserver.java52 return new IMountShutdownObserver.Stub.Proxy(obj);
79 private static class Proxy implements IMountShutdownObserver { class in class:IMountShutdownObserver.Stub
82 Proxy(IBinder remote) { method in class:IMountShutdownObserver.Stub.Proxy
H A DIObbActionListener.java53 return new IObbActionListener.Stub.Proxy(obj);
84 private static class Proxy implements IObbActionListener { class in class:IObbActionListener.Stub
87 Proxy(IBinder remote) { method in class:IObbActionListener.Stub.Proxy
H A DIMountService.java36 private static class Proxy implements IMountService { class in class:IMountService.Stub
39 Proxy(IBinder remote) { method in class:IMountService.Stub.Proxy
993 return new IMountService.Stub.Proxy(obj);
/frameworks/base/core/java/android/net/
H A DProxy.java38 public final class Proxy { class
42 private static final String TAG = "Proxy";
107 * @return Proxy (java.net) object containing the host name. If the
112 public static final java.net.Proxy getProxy(Context ctx, String url) {
118 List<java.net.Proxy> proxyList = proxySelector.select(uri);
124 return java.net.Proxy.NO_PROXY;
138 java.net.Proxy proxy = getProxy(ctx, null);
139 if (proxy == java.net.Proxy.NO_PROXY) return null;
155 java.net.Proxy proxy = getProxy(ctx, null);
156 if (proxy == java.net.Proxy
[all...]
/frameworks/av/include/private/media/
H A DAudioTrackShared.h85 friend class Proxy;
143 // Proxy for shared memory control block, to isolate callers from needing to know the details.
146 class Proxy : public RefBase { class in namespace:android
148 Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, bool isOut,
150 virtual ~Proxy() { }
176 // Proxy seen by AudioTrack client and AudioRecord client
177 class ClientProxy : public Proxy {
268 // Proxy used by AudioTrack client, which also includes AudioFlinger::PlaybackThread::OutputTrack
334 // Proxy used by AudioRecord client
346 // Proxy use
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp43 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, function in class:android::Proxy
55 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer), mEpoch(0)
534 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer),
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java33 private static class Proxy implements IKeystoreService { class in class:IKeystoreService.Stub
36 Proxy(IBinder remote) { method in class:IKeystoreService.Stub.Proxy
577 return new IKeystoreService.Stub.Proxy(obj);

Completed in 1054 milliseconds