Home
last modified time | relevance | path

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

/system/libhwbinder/
DIPCThreadState.cpp1134 binder_transaction_data_secctx tr_secctx; in executeCommand() local
1135 binder_transaction_data& tr = tr_secctx.transaction_data; in executeCommand()
1138 result = mIn.read(&tr_secctx, sizeof(tr_secctx)); in executeCommand()
1141 tr_secctx.secctx = 0; in executeCommand()
1165 mCallingSid = reinterpret_cast<const char*>(tr_secctx.secctx); in executeCommand()