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

1 2 3 4 5

  /hardware/qcom/display/msm8084/hdmi_cec/
QHDMIClient.cpp 61 mQService = interface_cast<IQService>(binder);
62 mQService->connect(interface_cast<IQHDMIClient>(client));
  /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 89 module = interface_cast<ISoundTrigger>(reply.readStrongBinder());
144 interface_cast<ISoundTriggerClient>(data.readStrongBinder());
  /frameworks/av/media/libmedia/
IMediaHTTPService.cpp 50 return interface_cast<IMediaHTTPConnection>(reply.readStrongBinder());
IMediaPlayerService.cpp 69 return interface_cast<IMediaMetadataRetriever>(reply.readStrongBinder());
80 return interface_cast<IMediaPlayer>(reply.readStrongBinder());
88 return interface_cast<IMediaRecorder>(reply.readStrongBinder());
148 return interface_cast<IOMX>(reply.readStrongBinder());
155 return interface_cast<ICrypto>(reply.readStrongBinder());
162 return interface_cast<IDrm>(reply.readStrongBinder());
170 return interface_cast<IHDCP>(reply.readStrongBinder());
194 return interface_cast<IRemoteDisplay>(reply.readStrongBinder());
201 return interface_cast<IMediaCodecList>(reply.readStrongBinder());
216 interface_cast<IMediaPlayerClient>(data.readStrongBinder())
    [all...]
IMediaLogService.cpp 73 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());
82 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder());
  /system/security/keystore/
keystore_get.cpp 27 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
  /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);
  /system/vold/
CheckBattery.cpp 60 interface = interface_cast<IBatteryPropertiesRegistrar>(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());
ICameraService.cpp 184 device = interface_cast<ICamera>(reply.readStrongBinder());
207 device = interface_cast<ICamera>(reply.readStrongBinder());
229 device = interface_cast<IProCameraUser>(reply.readStrongBinder());
254 device = interface_cast<ICameraDeviceUser>(reply.readStrongBinder());
376 interface_cast<ICameraClient>(data.readStrongBinder());
396 interface_cast<IProCameraCallbacks>(data.readStrongBinder());
416 interface_cast<ICameraDeviceCallbacks>(data.readStrongBinder());
436 interface_cast<ICameraServiceListener>(data.readStrongBinder());
444 interface_cast<ICameraServiceListener>(data.readStrongBinder());
475 interface_cast<ICameraClient>(data.readStrongBinder())
    [all...]
ICameraClient.cpp 103 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder());
120 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder());
  /frameworks/native/libs/gui/
LayerState.cpp 71 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder());
91 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/include/common_time/
ICommonTimeConfig.h 60 sp<ICommonTimeConfig> clk = interface_cast<ICommonTimeConfig>(binder);
ICommonClock.h 95 sp<ICommonClock> clk = interface_cast<ICommonClock>(binder);
  /frameworks/av/media/libstagefright/http/
HTTPHelper.cpp 64 httpService = interface_cast<IMediaHTTPService>(binder);
  /frameworks/native/include/binder/
IServiceManager.h 73 *outService = interface_cast<INTERFACE>(sm->getService(name));
  /hardware/intel/img/psb_video/src/android/
psb_mds.cpp 45 mMds = interface_cast<IMDService>(sm->getService(String16(INTEL_MDS_SERVICE_NAME)));
  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 111 interface_cast<IQClient>(data.readStrongBinder());
123 interface_cast<IQHDMIClient>(data.readStrongBinder());
  /frameworks/av/camera/camera2/
CaptureRequest.cpp 77 interface_cast<IGraphicBufferProducer>(binder);

Completed in 278 milliseconds

1 2 3 4 5