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

  /external/opencore/android/
metadatadriver.h 141 bool isCommandSuccessful(const PVCmdResponse& aResponse) const;
metadatadriver.cpp 662 bool MetadataDriver::isCommandSuccessful(const PVCmdResponse& aResponse) const
664 LOGV("isCommandSuccessful");
669 LOGE("isCommandSuccessful: Command id(%d and expected %d) and status (%d and expected %d), data corruption (%s) at state (%d).",
691 if (!isCommandSuccessful(aResponse)) {

Completed in 253 milliseconds