Searched defs:impl (Results 101 - 125 of 144) sorted by relevance

123456

/frameworks/av/camera/
H A DIProCameraUser.cpp49 BpProCameraUser(const sp<IBinder>& impl) argument
50 : BpInterface<IProCameraUser>(impl)
H A DICamera.cpp57 BpCamera(const sp<IBinder>& impl) argument
58 : BpInterface<ICamera>(impl)
/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp66 BpCameraDeviceUser(const sp<IBinder>& impl) argument
67 : BpInterface<ICameraDeviceUser>(impl)
/frameworks/av/media/common_time/
H A DICommonClock.cpp51 BpCommonClock(const sp<IBinder>& impl) argument
52 : BpInterface<ICommonClock>(impl) {}
404 BpCommonClockListener(const sp<IBinder>& impl) argument
405 : BpInterface<ICommonClockListener>(impl) {}
H A DICommonTimeConfig.cpp53 BpCommonTimeConfig(const sp<IBinder>& impl) argument
54 : BpInterface<ICommonTimeConfig>(impl) {}
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp50 BpAudioTrack(const sp<IBinder>& impl) argument
51 : BpInterface<IAudioTrack>(impl)
H A DICrypto.cpp40 BpCrypto(const sp<IBinder> &impl) argument
41 : BpInterface<ICrypto>(impl) {
H A DIHDCP.cpp40 BpHDCPObserver(const sp<IBinder> &impl) argument
41 : BpInterface<IHDCPObserver>(impl) {
61 BpHDCP(const sp<IBinder> &impl) argument
62 : BpInterface<IHDCP>(impl) {
H A DIMediaMetadataRetriever.cpp76 BpMediaMetadataRetriever(const sp<IBinder>& impl) argument
77 : BpInterface<IMediaMetadataRetriever>(impl)
H A DIMediaPlayerService.cpp59 BpMediaPlayerService(const sp<IBinder>& impl) argument
60 : BpInterface<IMediaPlayerService>(impl)
H A DIMediaRecorder.cpp63 BpMediaRecorder(const sp<IBinder>& impl) argument
64 : BpInterface<IMediaRecorder>(impl)
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp42 const sp<AnotherPacketSource> &impl,
65 const sp<AnotherPacketSource> &impl,
68 mImpl(impl),
167 sp<AnotherPacketSource> impl = local
171 if (impl != NULL) {
173 mSourceImpls.push(impl);
178 sp<AnotherPacketSource> impl = local
182 if (impl != NULL) {
184 mSourceImpls.push(impl);
63 MPEG2TSSource( const sp<MPEG2TSExtractor> &extractor, const sp<AnotherPacketSource> &impl, bool seekable) argument
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java16 package android.hardware.camera2.impl;
38 import static android.hardware.camera2.impl.CameraDeviceImpl.checkHandler;
60 private final android.hardware.camera2.impl.CameraDeviceImpl mDeviceImpl;
92 android.hardware.camera2.impl.CameraDeviceImpl deviceImpl,
/frameworks/base/core/java/android/net/
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/policy/src/com/android/internal/policy/impl/
H A DBarController.java17 package com.android.internal.policy.impl;
H A DImmersiveModeConfirmation.java17 package com.android.internal.policy.impl;
H A DPolicyControl.java17 package com.android.internal.policy.impl;
H A DSystemGesturesPointerEventListener.java17 package com.android.internal.policy.impl;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceWrapper.java17 package com.android.internal.policy.impl.keyguard;
H A DKeyguardServiceDelegate.java1 package com.android.internal.policy.impl.keyguard;
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp234 AlarmImpl *impl = reinterpret_cast<AlarmImpl *>(nativeData); local
247 ret = impl->setTime(&tv);
354 AlarmImpl *impl = reinterpret_cast<AlarmImpl *>(nativeData); local
355 delete impl;
360 AlarmImpl *impl = reinterpret_cast<AlarmImpl *>(nativeData); local
365 int result = impl->set(type, &ts);
376 AlarmImpl *impl = reinterpret_cast<AlarmImpl *>(nativeData); local
381 result = impl->waitForAlarm();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java17 package com.android.layoutlib.bridge.impl.binding;
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp49 BpSurfaceComposer(const sp<IBinder>& impl) argument
50 : BpInterface<ISurfaceComposer>(impl)
H A DIGraphicBufferConsumer.cpp213 BpGraphicBufferConsumer(const sp<IBinder>& impl) argument
214 : BpInterface<IGraphicBufferConsumer>(impl)
/frameworks/native/libs/binder/
H A DIMemory.cpp77 BpMemoryHeap(const sp<IBinder>& impl);
125 BpMemory(const sp<IBinder>& impl);
169 BpMemory::BpMemory(const sp<IBinder>& impl) argument
170 : BpInterface<IMemory>(impl), mOffset(0), mSize(0)
232 BpMemoryHeap::BpMemoryHeap(const sp<IBinder>& impl) argument
233 : BpInterface<IMemoryHeap>(impl),

Completed in 2596 milliseconds

123456