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

1 2 3 4 5

  /frameworks/av/soundtrigger/
ISoundTriggerClient.cpp 84 sp<IMemory> eventMemory = interface_cast<IMemory>(
91 sp<IMemory> eventMemory = interface_cast<IMemory>(
98 sp<IMemory> eventMemory = interface_cast<IMemory>(
ISoundTrigger.cpp 132 sp<IMemory> modelMemory = interface_cast<IMemory>(
156 dataMemory = interface_cast<IMemory>(data.readStrongBinder());
ISoundTriggerHwService.cpp 91 module = interface_cast<ISoundTrigger>(reply.readStrongBinder());
154 interface_cast<ISoundTriggerClient>(data.readStrongBinder());
  /frameworks/av/media/libstagefright/
ProcessInfo.cpp 32 sp<IProcessInfoService> service = interface_cast<IProcessInfoService>(binder);
  /system/security/keystore/
keystore_get.cpp 27 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 67 return interface_cast<IMediaMetadataRetriever>(reply.readStrongBinder());
78 return interface_cast<IMediaPlayer>(reply.readStrongBinder());
87 return interface_cast<IMediaRecorder>(reply.readStrongBinder());
94 return interface_cast<IOMX>(reply.readStrongBinder());
101 return interface_cast<ICrypto>(reply.readStrongBinder());
108 return interface_cast<IDrm>(reply.readStrongBinder());
116 return interface_cast<IHDCP>(reply.readStrongBinder());
141 return interface_cast<IRemoteDisplay>(reply.readStrongBinder());
148 return interface_cast<IMediaCodecList>(reply.readStrongBinder());
163 interface_cast<IMediaPlayerClient>(data.readStrongBinder())
    [all...]
IMediaHTTPService.cpp 51 return interface_cast<IMediaHTTPConnection>(reply.readStrongBinder());
IMediaLogService.cpp 73 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());
82 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());
  /frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp 45 sps = interface_cast<ISchedulingPolicyService>(binder);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
PowerHAL.cpp 40 mPowerManager = interface_cast<IPowerManager>(bs);
  /frameworks/av/camera/
ICameraRecordingProxy.cpp 83 interface_cast<ICameraRecordingProxyListener>(data.readStrongBinder());
96 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder());
ICameraRecordingProxyListener.cpp 63 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder());
ICameraClient.cpp 103 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder());
120 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder());
ICameraService.cpp 193 device = interface_cast<ICamera>(reply.readStrongBinder());
219 device = interface_cast<ICamera>(reply.readStrongBinder());
261 device = interface_cast<ICameraDeviceUser>(reply.readStrongBinder());
395 interface_cast<ICameraClient>(data.readStrongBinder());
415 interface_cast<ICameraDeviceCallbacks>(data.readStrongBinder());
435 interface_cast<ICameraServiceListener>(data.readStrongBinder());
443 interface_cast<ICameraServiceListener>(data.readStrongBinder());
474 interface_cast<ICameraClient>(data.readStrongBinder());
  /frameworks/native/libs/gui/
LayerState.cpp 75 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder());
95 surface = interface_cast<IGraphicBufferProducer>(input.readStrongBinder());
  /frameworks/native/services/batteryservice/
IBatteryPropertiesRegistrar.cpp 76 interface_cast<IBatteryPropertiesListener>(data.readStrongBinder());
84 interface_cast<IBatteryPropertiesListener>(data.readStrongBinder());
  /cts/tests/tests/security/jni/
android_security_cts_LoadEffectLibraryTest.cpp 47 sp<IAudioFlinger> af = interface_cast<IAudioFlinger>(binder);
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 60 interface_cast<IGraphicBufferProducer>(parcel.readStrongBinder());
  /frameworks/av/include/common_time/
ICommonTimeConfig.h 60 sp<ICommonTimeConfig> clk = interface_cast<ICommonTimeConfig>(binder);
  /frameworks/av/media/libstagefright/http/
HTTPHelper.cpp 64 httpService = interface_cast<IMediaHTTPService>(binder);
  /frameworks/av/radio/
IRadioClient.cpp 63 sp<IMemory> eventMemory = interface_cast<IMemory>(
IRadioService.cpp 104 radio = interface_cast<IRadio>(reply.readStrongBinder());
154 interface_cast<IRadioClient>(data.readStrongBinder());
  /frameworks/native/include/binder/
IServiceManager.h 73 *outService = interface_cast<INTERFACE>(sm->getService(name));
  /frameworks/native/libs/binder/
ProcessInfoService.cpp 64 mProcessInfoService = interface_cast<IProcessInfoService>(sm->checkService(name));
  /hardware/intel/img/psb_video/src/android/
psb_mds.cpp 45 mMds = interface_cast<IMDService>(sm->getService(String16(INTEL_MDS_SERVICE_NAME)));

Completed in 3413 milliseconds

1 2 3 4 5