Home
last modified time | relevance | path

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

/system/libhwbinder/
DIPCThreadState.cpp1132 binder_transaction_data_secctx tr_secctx; in executeCommand() local
1133 binder_transaction_data& tr = tr_secctx.transaction_data; in executeCommand()
1136 result = mIn.read(&tr_secctx, sizeof(tr_secctx)); in executeCommand()
1139 tr_secctx.secctx = 0; in executeCommand()
1163 mCallingSid = reinterpret_cast<const char*>(tr_secctx.secctx); in executeCommand()