Searched refs:impl (Results 1 - 25 of 209) sorted by relevance

123456789

/frameworks/base/core/java/android/net/
H A DLocalServerSocket.java31 private final LocalSocketImpl impl; field in class:LocalServerSocket
47 impl = new LocalSocketImpl();
49 impl.create(true);
52 impl.bind(localAddress);
54 impl.listen(LISTEN_BACKLOG);
68 impl = new LocalSocketImpl(fd);
69 impl.listen(LISTEN_BACKLOG);
70 localAddress = impl.getSockAddress();
94 impl.accept (acceptedImpl);
105 return impl
[all...]
H A DLocalSocket.java32 private LocalSocketImpl impl; field in class:LocalSocket
58 * @param impl a SocketImpl
60 /*package*/ LocalSocket(LocalSocketImpl impl) { argument
61 this.impl = impl;
69 return super.toString() + " impl:" + impl;
73 * It's difficult to discern from the spec when impl.create() should be
84 impl.create(true);
108 impl
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSecurityCallback.java16 package com.android.internal.policy.impl.keyguard;
18 import com.android.internal.policy.impl.keyguard.KeyguardHostView.OnDismissAction;
H A DBiometricSensorUnlock.java17 package com.android.internal.policy.impl.keyguard;
H A DChallengeLayout.java17 package com.android.internal.policy.impl.keyguard;
H A DKeyguardSecurityView.java16 package com.android.internal.policy.impl.keyguard;
H A DSecurityMessageDisplay.java17 package com.android.internal.policy.impl.keyguard;
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientProxyTest.java20 import org.apache.http.impl.client.DefaultHttpClient;
/frameworks/native/libs/utils/
H A DRefBase.cpp390 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
391 impl->addWeakRef(id);
392 const int32_t c = android_atomic_inc(&impl->mWeak);
399 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
400 impl->removeWeakRef(id);
401 const int32_t c = android_atomic_dec(&impl->mWeak);
405 if ((impl->mFlags&OBJECT_LIFETIME_WEAK) == OBJECT_LIFETIME_STRONG) {
410 if (impl->mStrong == INITIAL_STRONG_VALUE) {
413 delete impl->mBase;
415 // ALOGV("Freeing refs %p of old RefBase %p\n", this, impl
433 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
535 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
640 weakref_impl* const impl = static_cast<weakref_impl*>(ref); local
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlurMaskFilter_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DPaintFlagsDrawFilter_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DAvoidXfermode_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DColorFilter_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DColorMatrixColorFilter_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DComposePathEffect_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DCornerPathEffect_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DDiscretePathEffect_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DDrawFilter_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DEmbossMaskFilter_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DLayerRasterizer_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DLightingColorFilter_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
H A DMaskFilter_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;
/frameworks/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h52 BpDrmServiceListener(const sp<IBinder>& impl) argument
53 : BpInterface<IDrmServiceListener>(impl) {}
/frameworks/base/libs/storage/
H A DIObbActionListener.cpp29 BpObbActionListener(const sp<IBinder>& impl) argument
30 : BpInterface<IObbActionListener>(impl)
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DPropertyValuesHolder_Delegate.java19 import com.android.layoutlib.bridge.impl.DelegateManager;

Completed in 3693 milliseconds

123456789