Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp390 : m_result(NOT_ENOUGH_DATA) in BinderLibTestCallBack()
396 return m_result; in getResult()
408 status_t status = data.readInt32(&m_result); in onTransact()
410 m_result = status; in onTransact()
442 status_t m_result; member in BinderLibTestCallBack