Home
last modified time | relevance | path

Searched refs:ACTV_BINDER_WRITE_READ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dactv_binder.h25 #define ACTV_BINDER_WRITE_READ _IOWR('b', 97, struct binder_write_read) macro
H A Dbinder_invoker.h266 return useActvBinder_ ? ACTV_BINDER_WRITE_READ : BINDER_WRITE_READ; in GetBWRCommand()