Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DQemuClient.cpp342 const status_t res1 = query->completeQuery(res); in doQuery() local
343 ALOGE_IF(res1 != NO_ERROR && res1 != res, in doQuery()
344 "%s: Error %d in query '%s' completion", __FUNCTION__, res1, in doQuery()
346 return res1; in doQuery()
/device/generic/goldfish/camera/
DQemuClient.cpp351 const status_t res1 = query->completeQuery(res); in doQuery() local
352 ALOGE_IF(res1 != NO_ERROR && res1 != res, in doQuery()
354 __FUNCTION__, res1, query->mQuery); in doQuery()
355 return res1; in doQuery()