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

12345678

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.aidl17 package android.hardware.camera2.impl;
H A DMetadataMarshalClass.java17 package android.hardware.camera2.impl;
29 * {@link android.hardware.camera2.impl.CameraMetadataNative#TYPE_BYTE TYPE_BYTE}.
40 * {@link android.hardware.camera2.impl.CameraMetadataNative#TYPE_BYTE TYPE_BYTE}.
53 * {@link android.hardware.camera2.impl.CameraMetadataNative#TYPE_BYTE TYPE_BYTE}
63 * {@link android.hardware.camera2.impl.CameraMetadataNative#TYPE_BYTE TYPE_BYTE}
/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(LocalSocket.SOCKET_STREAM);
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
79 * @param impl a SocketImpl
81 /*package*/ LocalSocket(LocalSocketImpl impl, int sockType) { argument
82 this.impl = impl;
91 return super.toString() + " impl:" + impl;
95 * It's difficult to discern from the spec when impl.create() should be
106 impl.create(sockType);
130 impl
[all...]
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientProxyTest.java20 import org.apache.http.impl.client.DefaultHttpClient;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemoteControlClientCompat.java167 public VolumeCallbackWrapper(JellybeanImpl impl) { argument
168 mImplWeak = new WeakReference<JellybeanImpl>(impl);
173 JellybeanImpl impl = mImplWeak.get();
174 if (impl != null && impl.mVolumeCallback != null) {
175 impl.mVolumeCallback.onVolumeUpdateRequest(direction);
181 JellybeanImpl impl = mImplWeak.get();
182 if (impl != null && impl.mVolumeCallback != null) {
183 impl
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DICameraDeviceCallbacks.aidl19 import android.hardware.camera2.impl.CameraMetadataNative;
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp27 BpBatteryPropertiesListener(const sp<IBinder>& impl) argument
28 : BpInterface<IBatteryPropertiesListener>(impl)
/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;
H A DPixelXorXfermode_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 417 milliseconds

12345678