Searched defs:impl (Results 1 - 25 of 136) sorted by relevance

123456

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DPublicKey.java16 package android.hardware.camera2.impl;
H A DSyntheticKey.java16 package android.hardware.camera2.impl;
H A DCameraCaptureSessionCore.java17 package android.hardware.camera2.impl;
H A DGetCommand.java17 package android.hardware.camera2.impl;
H A DSetCommand.java17 package android.hardware.camera2.impl;
/frameworks/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h52 BpDrmServiceListener(const sp<IBinder>& impl) argument
53 : BpInterface<IDrmServiceListener>(impl) {}
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp27 BpBatteryPropertiesListener(const sp<IBinder>& impl) argument
28 : BpInterface<IBatteryPropertiesListener>(impl)
/frameworks/av/camera/
H A DICameraServiceProxy.cpp29 BpCameraServiceProxy(const sp<IBinder>& impl) : BpInterface<ICameraServiceProxy>(impl) {} argument
H A DICameraRecordingProxyListener.cpp33 BpCameraRecordingProxyListener(const sp<IBinder>& impl) argument
34 : BpInterface<ICameraRecordingProxyListener>(impl)
H A DICameraServiceListener.cpp40 BpCameraServiceListener(const sp<IBinder>& impl) argument
41 : BpInterface<ICameraServiceListener>(impl)
/frameworks/av/media/libmedia/
H A DIMediaHTTPService.cpp33 BpMediaHTTPService(const sp<IBinder> &impl) argument
34 : BpInterface<IMediaHTTPService>(impl) {
H A DIAudioFlingerClient.cpp37 BpAudioFlingerClient(const sp<IBinder>& impl) argument
38 : BpInterface<IAudioFlingerClient>(impl)
H A DIDrmClient.cpp38 BpDrmClient(const sp<IBinder>& impl) argument
39 : BpInterface<IDrmClient>(impl)
H A DIMediaPlayerClient.cpp33 BpMediaPlayerClient(const sp<IBinder>& impl) argument
34 : BpInterface<IMediaPlayerClient>(impl)
H A DIMediaRecorderClient.cpp33 BpMediaRecorderClient(const sp<IBinder>& impl) argument
34 : BpInterface<IMediaRecorderClient>(impl)
H A DIRemoteDisplay.cpp33 BpRemoteDisplay(const sp<IBinder>& impl) argument
34 : BpInterface<IRemoteDisplay>(impl)
H A DIResourceManagerClient.cpp34 BpResourceManagerClient(const sp<IBinder> &impl) argument
35 : BpInterface<IResourceManagerClient>(impl)
/frameworks/native/libs/input/
H A DIInputFlinger.cpp31 BpInputFlinger(const sp<IBinder>& impl) : argument
32 BpInterface<IInputFlinger>(impl) { }
/frameworks/av/radio/
H A DIRadioClient.cpp36 BpRadioClient(const sp<IBinder>& impl) argument
37 : BpInterface<IRadioClient>(impl)
/frameworks/av/services/audioflinger/
H A DISchedulingPolicyService.cpp35 BpSchedulingPolicyService(const sp<IBinder>& impl) argument
36 : BpInterface<ISchedulingPolicyService>(impl)
/frameworks/av/soundtrigger/
H A DISoundTriggerClient.cpp38 BpSoundTriggerClient(const sp<IBinder>& impl) argument
39 : BpInterface<ISoundTriggerClient>(impl)
/frameworks/base/core/java/android/net/
H A DLocalServerSocket.java27 private final LocalSocketImpl impl; field in class:LocalServerSocket
43 impl = new LocalSocketImpl();
45 impl.create(LocalSocket.SOCKET_STREAM);
48 impl.bind(localAddress);
50 impl.listen(LISTEN_BACKLOG);
64 impl = new LocalSocketImpl(fd);
65 impl.listen(LISTEN_BACKLOG);
66 localAddress = impl.getSockAddress();
90 impl.accept (acceptedImpl);
101 return impl
[all...]
/frameworks/base/libs/storage/
H A DIObbActionListener.cpp29 BpObbActionListener(const sp<IBinder>& impl) argument
30 : BpInterface<IObbActionListener>(impl)
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java17 package com.android.layoutlib.bridge.impl;
H A DPlayAnimationThread.java17 package com.android.layoutlib.bridge.impl;

Completed in 2239 milliseconds

123456