OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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