HomeSort by relevance Sort by last modified time
    Searched refs:checkOK (Results 1 - 3 of 3) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/hmtrp/
hmtrp.cxx 176 bool HMTRP::checkOK()
207 return checkOK();
292 return checkOK();
319 return checkOK();
344 return checkOK();
368 return checkOK();
392 return checkOK();
419 return checkOK();
hmtrp.h 152 bool checkOK();
  /frameworks/base/core/jni/android/opengl/
util.cpp 336 bool checkOK = positions.check() && sphere.check();
337 if (! checkOK) {
543 bool checkOK = ws.check() && positions.check() && indices.check();
544 if (! checkOK) {
598 bool checkOK = resultMat.check() && lhs.check() && rhs.check();
600 if ( !checkOK ) {
629 bool checkOK = resultV.check() && lhs.check() && rhs.check();
631 if ( !checkOK ) {
    [all...]

Completed in 98 milliseconds