Searched defs:impl (Results 1 - 25 of 144) 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 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/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 DIAudioPolicyServiceClient.cpp38 BpAudioPolicyServiceClient(const sp<IBinder>& impl) argument
39 : BpInterface<IAudioPolicyServiceClient>(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)
/frameworks/native/libs/gui/
H A DIProducerListener.cpp30 BpProducerListener(const sp<IBinder>& impl) argument
31 : BpInterface<IProducerListener>(impl) {}
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp27 BpBatteryPropertiesListener(const sp<IBinder>& impl) argument
28 : BpInterface<IBatteryPropertiesListener>(impl)
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp33 BpCameraRecordingProxyListener(const sp<IBinder>& impl) argument
34 : BpInterface<ICameraRecordingProxyListener>(impl)
H A DICameraServiceListener.cpp39 BpCameraServiceListener(const sp<IBinder>& impl) argument
40 : BpInterface<ICameraServiceListener>(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/policy/src/com/android/internal/policy/impl/
H A DLogDecelerateInterpolator.java17 package com.android.internal.policy.impl;
H A DPhoneLayoutInflater.java17 package com.android.internal.policy.impl;
H A DPolicy.java17 package com.android.internal.policy.impl;
38 "com.android.internal.policy.impl.PhoneLayoutInflater",
39 "com.android.internal.policy.impl.PhoneWindow",
40 "com.android.internal.policy.impl.PhoneWindow$1",
41 "com.android.internal.policy.impl.PhoneWindow$DialogMenuCallback",
42 "com.android.internal.policy.impl.PhoneWindow$DecorView",
43 "com.android.internal.policy.impl.PhoneWindow$PanelFeatureState",
44 "com.android.internal.policy.impl.PhoneWindow$PanelFeatureState$SavedState",
/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 2804 milliseconds

123456