HomeSort by relevance Sort by last modified time
    Searched refs:interface_cast (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 111 interface_cast<IQClient>(data.readStrongBinder());
123 interface_cast<IQHDMIClient>(data.readStrongBinder());
QServiceUtils.h 43 android::interface_cast<qService::IQService>
  /frameworks/av/include/common_time/
ICommonClock.h 95 sp<ICommonClock> clk = interface_cast<ICommonClock>(binder);
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 55 sMediaPlayerService = interface_cast<IMediaPlayerService>(binder);
IMediaMetadataRetriever.cpp 154 return interface_cast<IMemory>(reply.readStrongBinder());
169 return interface_cast<IMemory>(reply.readStrongBinder());
222 interface_cast<IMediaHTTPService>(data.readStrongBinder());
252 interface_cast<IDataSource>(data.readStrongBinder());
IMediaRecorder.cpp 99 return interface_cast<IGraphicBufferProducer>(reply.readStrongBinder());
429 interface_cast<IMediaRecorderClient>(data.readStrongBinder());
442 sp<IGraphicBufferProducer> surface = interface_cast<IGraphicBufferProducer>(
450 sp<ICamera> camera = interface_cast<ICamera>(data.readStrongBinder());
452 interface_cast<ICameraRecordingProxy>(data.readStrongBinder());
459 sp<IGraphicBufferConsumer> surface = interface_cast<IGraphicBufferConsumer>(
IAudioTrack.cpp 62 cblk = interface_cast<IMemory>(reply.readStrongBinder());
127 *buffer = interface_cast<IMemory>(reply.readStrongBinder());
250 sp<IMemory> buffer = interface_cast<IMemory>(
IDataSource.cpp 45 return interface_cast<IMemory>(binder);
IRemoteDisplayClient.cpp 80 interface_cast<IGraphicBufferProducer>(data.readStrongBinder()));
IStreamSource.cpp 101 interface_cast<IStreamListener>(data.readStrongBinder()));
112 interface_cast<IMemory>(data.readStrongBinder());
  /frameworks/av/media/libstagefright/foundation/
AWakeLock.cpp 55 mPowerManager = interface_cast<IPowerManager>(binder);
  /frameworks/av/media/ndk/
NdkMediaCrypto.cpp 54 interface_cast<IMediaPlayerService>(binder);
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 78 sp<IPermissionController> permCtrl = interface_cast<IPermissionController>(binder);
  /frameworks/native/include/gui/
SensorManager.h 77 interface_cast<IPermissionController>(binder)->getPackagesForUid(uid, packages);
  /hardware/qcom/display/msm8226/libqservice/
QServiceUtils.h 43 android::interface_cast<qService::IQService>
  /hardware/qcom/display/msm8994/libqservice/
QServiceUtils.h 43 android::interface_cast<qService::IQService>
  /system/security/keystore-engine/
android_engine.cpp 150 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
246 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
405 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
dsa_meth.cpp 61 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
ecdsa_meth.cpp 67 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
  /frameworks/av/camera/
ICamera.cpp 292 interface_cast<IGraphicBufferProducer>(data.readStrongBinder());
307 interface_cast<IGraphicBufferProducer>(data.readStrongBinder());
338 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder());
404 sp<ICameraClient> cameraClient = interface_cast<ICameraClient>(data.readStrongBinder());
  /frameworks/av/camera/camera2/
CaptureRequest.cpp 77 interface_cast<IGraphicBufferProducer>(binder);
  /frameworks/native/include/binder/
IInterface.h 42 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) function in namespace:android
  /frameworks/native/libs/binder/
AppOpsManager.cpp 60 service = interface_cast<IAppOpsService>(binder);
IAppOpsService.cpp 181 sp<IAppOpsCallback> callback = interface_cast<IAppOpsCallback>(data.readStrongBinder());
188 sp<IAppOpsCallback> callback = interface_cast<IAppOpsCallback>(data.readStrongBinder());
  /frameworks/native/services/sensorservice/
BatteryService.cpp 37 mBatteryStatService = interface_cast<IBatteryStats>(sm->getService(name));

Completed in 868 milliseconds

12 3 4 5