HomeSort by relevance Sort by last modified time
    Searched refs:onTransact (Results 176 - 200 of 311) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/native/include/gui/
ISurfaceComposer.h 207 virtual status_t onTransact(uint32_t code, const Parcel& data,
  /frameworks/native/libs/binder/
IMemory.cpp 223 status_t BnMemory::onTransact(
237 return BBinder::onTransact(code, data, reply, flags);
377 status_t BnMemoryHeap::onTransact(
390 return BBinder::onTransact(code, data, reply, flags);
Binder.cpp 126 err = onTransact(code, data, reply, flags);
208 status_t BBinder::onTransact(
IAppOpsService.cpp 131 status_t BnAppOpsService::onTransact(
210 return BBinder::onTransact(code, data, reply, flags);
IBatteryStats.cpp 139 status_t BnBatteryStats::onTransact(
240 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);
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.h 108 virtual android::status_t onTransact(
IBluetoothGattServerCallback.h 104 virtual android::status_t onTransact(
IBluetoothLowEnergy.h 108 virtual android::status_t onTransact(
IBluetoothLowEnergy.cpp 43 status_t BnBluetoothLowEnergy::onTransact(
151 return BBinder::onTransact(code, data, reply, 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);