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

/frameworks/support/lifecycle/compiler/src/tests/test-data/
H A DInheritanceOk1.java32 class Proxy extends Base1 { class in inherits:Base1
35 class Derived1 extends Proxy {
41 class Derived2 extends Proxy {
/frameworks/base/core/java/android/net/
H A DProxy.java36 public final class Proxy { class
38 private static final String TAG = "Proxy";
104 * @return Proxy (java.net) object containing the host name. If the
109 public static final java.net.Proxy getProxy(Context ctx, String url) {
115 List<java.net.Proxy> proxyList = proxySelector.select(uri);
121 return java.net.Proxy.NO_PROXY;
136 java.net.Proxy proxy = getProxy(ctx, null);
137 if (proxy == java.net.Proxy.NO_PROXY) return null;
154 java.net.Proxy proxy = getProxy(ctx, null);
155 if (proxy == java.net.Proxy
[all...]
/frameworks/av/include/private/media/
H A DAudioTrackShared.h136 friend class Proxy;
202 // Proxy for shared memory control block, to isolate callers from needing to know the details.
205 class Proxy : public RefBase { class in namespace:android
207 Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, bool isOut,
209 virtual ~Proxy() { }
237 // Proxy seen by AudioTrack client and AudioRecord client
238 class ClientProxy : public Proxy {
357 // Proxy used by AudioTrack client, which also includes AudioFlinger::PlaybackThread::OutputTrack
470 // Proxy used by AudioRecord client
492 // Proxy use
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockUtils.java793 static Proxy sProxy = new Proxy();
796 static class Proxy { class in class:RestrictedLockUtils
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp59 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, function in class:android::Proxy
71 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer)
658 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer),

Completed in 46 milliseconds