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

  /device/generic/goldfish/camera/
QemuClient.h 125 * Use isQuerySucceeded() / getCompletionStatus() methods of this class to
137 inline bool isQuerySucceeded() const {
271 * status returned here is not the final query status. Use isQuerySucceeded(),
QemuClient.cpp 393 if (doQuery(&query) || !query.isQuerySucceeded()) {
  /device/google/cuttlefish_common/guest/hals/camera/
QemuClient.h 127 * Use isQuerySucceeded() / getCompletionStatus() methods of this class to
139 inline bool isQuerySucceeded() const {
274 * isQuerySucceeded(), or getCompletionStatus() method on the query object to
QemuClient.cpp 368 if (doQuery(&query) || !query.isQuerySucceeded()) {

Completed in 181 milliseconds