Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h456 bool waitForInd(bool reqSent, Nanoseconds timeoutInd);
/system/chre/platform/slpi/see/
Dsee_helper.cc1876 bool SeeHelper::waitForInd(bool reqSent, Nanoseconds timeoutInd) { in waitForInd() argument
1877 bool success = reqSent; in waitForInd()
1881 if (reqSent) { in waitForInd()