HomeSort by relevance Sort by last modified time
    Searched refs:onTransact (Results 76 - 100 of 170) sorted by null

1 2 34 5 6 7

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowBinderTest.java 36 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
  /frameworks/av/include/camera/
ICamera.h 111 virtual status_t onTransact( uint32_t code,
IProCameraUser.h 89 virtual status_t onTransact( uint32_t code,
  /frameworks/av/include/common_time/
ICommonTimeConfig.h 67 virtual status_t onTransact(uint32_t code, const Parcel& data,
  /frameworks/av/include/media/
IMediaRecorder.h 67 virtual status_t onTransact( uint32_t code,
IOMX.h 183 virtual status_t onTransact(
190 virtual status_t onTransact(
IMediaPlayer.h 106 virtual status_t onTransact( uint32_t code,
IMediaPlayerService.h 102 virtual status_t onTransact( uint32_t code,
IAudioPolicyService.h 106 virtual status_t onTransact( uint32_t code,
  /frameworks/av/media/libmedia/
IHDCP.cpp 137 status_t BnHDCPObserver::onTransact(
162 return BBinder::onTransact(code, data, reply, flags);
166 status_t BnHDCP::onTransact(
251 return BBinder::onTransact(code, data, reply, flags);
IStreamSource.cpp 91 status_t BnStreamSource::onTransact(
132 return BBinder::onTransact(code, data, reply, flags);
174 status_t BnStreamListener::onTransact(
205 return BBinder::onTransact(code, data, reply, flags);
IEffect.cpp 129 status_t BnEffect::onTransact(
195 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/services/medialog/
MediaLogService.h 42 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
  /frameworks/native/include/binder/
Binder.h 61 virtual status_t onTransact( uint32_t code,
IAppOpsService.h 62 virtual status_t onTransact( uint32_t code,
IServiceManager.h 90 virtual status_t onTransact( uint32_t code,
  /frameworks/native/services/surfaceflinger/
Client.h 63 virtual status_t onTransact(
Client.cpp 87 status_t Client::onTransact(
104 return BnSurfaceComposerClient::onTransact(code, data, reply, flags);
  /frameworks/av/camera/
ICameraClient.cpp 86 status_t BnCameraClient::onTransact(
125 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 131 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
134 return super.onTransact(code, data, reply, flags);
  /frameworks/native/libs/binder/
Binder.cpp 108 err = onTransact(code, data, reply, flags);
186 status_t BBinder::onTransact(
  /hardware/qcom/display/libqservice/
IQService.cpp 82 status_t BnQService::onTransact(
145 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/native/include/gui/
ISurfaceComposer.h 144 virtual status_t onTransact(uint32_t code, const Parcel& data,
  /frameworks/base/core/java/android/os/
Binder.java 255 protected boolean onTransact(int code, Parcel data, Parcel reply,
338 * Default implementation rewinds the parcels and calls onTransact. On
347 boolean r = onTransact(code, data, reply, flags);
378 // Entry point from android_util_Binder.cpp's onTransact
383 // theoretically, we should call transact, which will call onTransact,
388 res = onTransact(code, data, reply, flags);
  /frameworks/av/media/common_time/
ICommonClock.cpp 237 status_t BnCommonClock::onTransact(uint32_t code,
392 return BBinder::onTransact(code, data, reply, flags);
419 status_t BnCommonClockListener::onTransact(
430 return BBinder::onTransact(code, data, reply, flags);

Completed in 1592 milliseconds

1 2 34 5 6 7