HomeSort by relevance Sort by last modified time
    Searched refs:binder_txn (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/servicemanager/
binder.h 20 struct binder_txn struct
67 struct binder_txn *txn,
binder.c 20 void bio_init_from_txn(struct binder_io *io, struct binder_txn *txn);
41 void binder_dump_txn(struct binder_txn *txn)
169 struct binder_txn txn;
220 struct binder_txn *txn = (void *) ptr;
221 if ((end - ptr) * sizeof(uint32_t) < sizeof(struct binder_txn)) {
241 struct binder_txn *txn = (void*) ptr;
242 if ((end - ptr) * sizeof(uint32_t) < sizeof(struct binder_txn)) {
311 struct binder_txn txn;
394 void bio_init_from_txn(struct binder_io *bio, struct binder_txn *txn)
service_manager.c 204 struct binder_txn *txn,

Completed in 1313 milliseconds