HomeSort by relevance Sort by last modified time
    Searched defs:new_status (Results 1 - 6 of 6) sorted by null

  /external/qemu/hw/android/goldfish/
battery.c 192 int new_status = (ac ? AC_STATUS_CHANGED : BATTERY_STATUS_CHANGED); local
220 if (new_status != battery_state->int_status) {
221 battery_state->int_status |= new_status;
mmc.c 234 int new_status = MMC_STAT_END_OF_CMD; local
349 new_status |= MMC_STAT_END_OF_DATA;
373 new_status |= MMC_STAT_END_OF_DATA;
395 new_status |= MMC_STAT_END_OF_DATA;
414 new_status |= MMC_STAT_END_OF_DATA;
428 s->int_status |= new_status;
audio.c 504 int new_status = 0; local
517 new_status |= AUDIO_INT_WRITE_BUFFER_1_EMPTY;
533 new_status |= AUDIO_INT_WRITE_BUFFER_2_EMPTY;
542 if (new_status && new_status != s->int_status) {
543 s->int_status |= new_status;
553 int new_status = 0; local
566 new_status |= AUDIO_INT_READ_BUFFER_FULL;
573 if (new_status && new_status != s->int_status)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl.cc 351 Status new_status = client_->HandleEventsUntil( local
355 if (new_status.IsError())
356 status = new_status;
  /art/runtime/mirror/
class.cc 58 void Class::SetStatus(Status new_status, Thread* self) {
63 if (UNLIKELY(new_status <= old_status && new_status != kStatusError &&
64 new_status != kStatusRetired)) {
66 << old_status << " -> " << new_status; local
68 if (new_status >= kStatusResolved || old_status >= kStatusResolved) {
72 << PrettyClass(this) << " " << old_status << " -> " << new_status; local
75 if (UNLIKELY(new_status == kStatusError)) {
120 SetField32Volatile<true>(OFFSET_OF_OBJECT_MEMBER(Class, status_), new_status); local
122 SetField32Volatile<false>(OFFSET_OF_OBJECT_MEMBER(Class, status_), new_status); local
    [all...]
  /external/chromium_org/net/http/
http_response_headers_unittest.cc 1990 const char* new_status; member in struct:__anon13933::ReplaceStatusTestData
    [all...]

Completed in 142 milliseconds