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
844 return new IMountService.Stub.Proxy(obj);
/frameworks/base/core/java/android/net/
H A DProxy.java44 public final class Proxy { class
48 private static final String TAG = "Proxy";
95 * @return Proxy (java.net) object containing the host name. If the
100 public static final java.net.Proxy getProxy(Context ctx, String url) {
112 if (sConnectivityManager == null) return java.net.Proxy.NO_PROXY;
122 return java.net.Proxy.NO_PROXY;
136 java.net.Proxy proxy = getProxy(ctx, null);
137 if (proxy == java.net.Proxy.NO_PROXY) return null;
153 java.net.Proxy proxy = getProxy(ctx, null);
154 if (proxy == java.net.Proxy
[all...]
/frameworks/av/include/private/media/
H A DAudioTrackShared.h82 friend class Proxy;
145 // Proxy for shared memory control block, to isolate callers from needing to know the details.
148 class Proxy : public RefBase { class in namespace:android
150 Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, bool isOut,
152 virtual ~Proxy() { }
178 // Proxy seen by AudioTrack client and AudioRecord client
179 class ClientProxy : public Proxy {
267 // Proxy used by AudioTrack client, which also includes AudioFlinger::PlaybackThread::OutputTrack
333 // Proxy used by AudioRecord client
345 // Proxy use
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp37 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, function in class:android::Proxy
49 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer), mEpoch(0)
504 : 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
521 return new IKeystoreService.Stub.Proxy(obj);

Completed in 174 milliseconds