HomeSort by relevance Sort by last modified time
    Searched refs:onTransact (Results 126 - 150 of 230) sorted by null

1 2 3 4 56 7 8 910

  /hardware/qcom/display/msm8960/libqservice/
IQService.cpp 82 status_t BnQService::onTransact(
145 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8974/libqservice/
IQService.cpp 82 status_t BnQService::onTransact(
145 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/include/camera/
ICameraService.h 152 virtual status_t onTransact( uint32_t code,
  /frameworks/av/include/media/
IMediaPlayer.h 110 virtual status_t onTransact( uint32_t code,
IMediaPlayerService.h 111 virtual status_t onTransact( uint32_t code,
IOMX.h 207 virtual status_t onTransact(
214 virtual status_t onTransact(
IAudioPolicyService.h 155 virtual status_t onTransact( uint32_t code,
IDrm.h 129 virtual status_t onTransact(
  /frameworks/av/media/libmedia/
IHDCP.cpp 171 status_t BnHDCPObserver::onTransact(
196 return BBinder::onTransact(code, data, reply, flags);
200 status_t BnHDCP::onTransact(
321 return BBinder::onTransact(code, data, reply, flags);
ICrypto.cpp 160 status_t BnCrypto::onTransact(
294 return BBinder::onTransact(code, data, reply, flags);
IMediaMetadataRetriever.cpp 196 status_t BnMediaMetadataRetriever::onTransact(
294 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/core/java/android/os/
Binder.java 275 protected boolean onTransact(int code, Parcel data, Parcel reply,
371 * Default implementation rewinds the parcels and calls onTransact. On
380 boolean r = onTransact(code, data, reply, flags);
434 // Entry point from android_util_Binder.cpp's onTransact
439 // theoretically, we should call transact, which will call onTransact,
446 res = onTransact(code, data, reply, flags);
CommonClock.java 317 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
330 return super.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);
  /frameworks/base/include/storage/
IMountService.h 80 virtual status_t onTransact(uint32_t code, const Parcel& data,
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 318 virtual status_t onTransact( uint32_t code,
ISurfaceComposer.h 190 virtual status_t onTransact(uint32_t code, const Parcel& data,
  /frameworks/native/libs/binder/
IMemory.cpp 211 status_t BnMemory::onTransact(
225 return BBinder::onTransact(code, data, reply, flags);
364 status_t BnMemoryHeap::onTransact(
377 return BBinder::onTransact(code, data, reply, flags);
IAppOpsService.cpp 120 status_t BnAppOpsService::onTransact(
191 return BBinder::onTransact(code, data, reply, flags);
IServiceManager.cpp 189 status_t BnServiceManager::onTransact(
227 return BBinder::onTransact(code, data, reply, flags);
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 157 status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 57 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
119 return super.onTransact(code, data, reply, flags);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 259 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) {
260 return super.onTransact(code, data, reply, flags);
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 57 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
130 return super.onTransact(code, data, reply, flags);
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 83 virtual status_t onTransact(uint32_t code,
312 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data,
323 cerr << "server onTransact on CPU " << cpu << " expected CPU "
338 cerr << "server onTransact unknown code, code: " << code << endl;

Completed in 1524 milliseconds

1 2 3 4 56 7 8 910