Searched refs:_aidl_code (Results 1 – 2 of 2) sorted by relevance
/system/extras/perfprofd/binder_interface/ |
D | perfprofd_binder.cc | 85 status_t onTransact(uint32_t _aidl_code, 317 status_t PerfProfdNativeService::onTransact(uint32_t _aidl_code, in onTransact() argument 321 switch (_aidl_code) { in onTransact() 347 _aidl_code, _aidl_data, _aidl_reply, _aidl_flags); in onTransact()
|
/system/apex/apexd/ |
D | apexservice.cpp | 88 status_t onTransact(uint32_t _aidl_code, const Parcel& _aidl_data, 497 status_t ApexService::onTransact(uint32_t _aidl_code, const Parcel& _aidl_data, in onTransact() argument 499 switch (_aidl_code) { in onTransact() 523 return BnApexService::onTransact(_aidl_code, _aidl_data, _aidl_reply, in onTransact()
|