Home
last modified time | relevance | path

Searched refs:transaction_code_t (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h52 typedef uint32_t transaction_code_t; typedef
159 typedef binder_status_t (*AIBinder_Class_onTransact)(AIBinder* binder, transaction_code_t code,
455 binder_status_t AIBinder_transact(AIBinder* binder, transaction_code_t code, AParcel** in,
/frameworks/native/libs/binder/ndk/
Dibinder_internal.h30 inline bool isUserCommand(transaction_code_t code) { in isUserCommand()
Dibinder.cpp148 status_t ABBinder::onTransact(transaction_code_t code, const Parcel& data, Parcel* reply, in onTransact()
528 binder_status_t AIBinder_transact(AIBinder* binder, transaction_code_t code, AParcel** in, in AIBinder_transact()
/frameworks/native/libs/binder/ndk/test/
Diface.cpp45 binder_status_t IFoo_Class_onTransact(AIBinder* binder, transaction_code_t code, const AParcel* in, in IFoo_Class_onTransact()