/frameworks/native/libs/binder/ |
IMemory.cpp | 211 status_t BnMemory::onTransact( 225 return BBinder::onTransact(code, data, reply, flags); 366 status_t BnMemoryHeap::onTransact( 379 return BBinder::onTransact(code, data, reply, flags);
|
IServiceManager.cpp | 188 status_t BnServiceManager::onTransact( 226 return BBinder::onTransact(code, data, reply, flags);
|
/cts/tests/tests/os/src/android/os/cts/ |
BinderTest.java | 58 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) 120 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/av/media/libmedia/ |
IAudioTrack.cpp | 171 status_t BnAudioTrack::onTransact( 240 return BBinder::onTransact(code, data, reply, flags);
|
ICrypto.cpp | 160 status_t BnCrypto::onTransact( 294 return BBinder::onTransact(code, data, reply, flags);
|
IMediaMetadataRetriever.cpp | 172 status_t BnMediaMetadataRetriever::onTransact( 262 return BBinder::onTransact(code, data, reply, flags);
|
IMediaPlayerService.cpp | 141 status_t BnMediaPlayerService::onTransact( 221 return BBinder::onTransact(code, data, reply, flags);
|
IMediaRecorder.cpp | 289 status_t BnMediaRecorder::onTransact( 457 return BBinder::onTransact(code, data, reply, flags);
|
IOMX.cpp | 413 status_t BnOMX::onTransact( 744 return BBinder::onTransact(code, data, reply, flags); 767 status_t BnOMXObserver::onTransact( 784 return BBinder::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);
|
/frameworks/base/core/java/android/os/ |
CommonClock.java | 325 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) 338 return super.onTransact(code, data, reply, flags);
|
ServiceManagerNative.java | 52 public boolean onTransact(int code, Parcel data, Parcel reply, int 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;
|
/frameworks/av/include/media/ |
IAudioFlinger.h | 194 virtual status_t onTransact( uint32_t code,
|
/cts/tests/tests/app/src/android/app/cts/ |
ServiceTest.java | 323 protected boolean onTransact(int code, Parcel data, Parcel reply, 377 return super.onTransact(code, data, reply, flags);
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ServiceTest.java | 65 protected boolean onTransact(int code, Parcel data, Parcel reply, 114 return super.onTransact(code, data, reply, flags);
|
/frameworks/base/services/java/com/android/server/ |
ClipboardService.java | 106 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) 109 return super.onTransact(code, data, reply, flags);
|
/frameworks/native/libs/gui/ |
ISurfaceComposer.cpp | 202 status_t BnSurfaceComposer::onTransact( 283 return BBinder::onTransact(code, data, reply, flags);
|
ISurfaceTexture.cpp | 178 status_t BnSurfaceTexture::onTransact( 266 return BBinder::onTransact(code, data, reply, flags);
|
/frameworks/av/camera/ |
ICamera.cpp | 275 status_t BnCamera::onTransact( 414 return BBinder::onTransact(code, data, reply, flags);
|
/frameworks/av/media/common_time/ |
ICommonTimeConfig.cpp | 323 status_t BnCommonTimeConfig::onTransact(uint32_t code, 504 return BBinder::onTransact(code, data, reply, flags);
|
/frameworks/base/services/java/com/android/server/wm/ |
Session.java | 108 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) 111 return super.onTransact(code, data, reply, flags);
|
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.h | 80 virtual status_t onTransact( 161 virtual status_t onTransact(
|
/frameworks/av/drm/libdrmframework/include/ |
IDrmManagerService.h | 256 virtual status_t onTransact(
|