Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp321 : m_result(NOT_ENOUGH_DATA) in BinderLibTestCallBack()
327 return m_result; in getResult()
339 status_t status = data.readInt32(&m_result); in onTransact()
341 m_result = status; in onTransact()
373 status_t m_result; member in BinderLibTestCallBack