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

  /external/qemu/hw/
goldfish_battery.c 173 int new_status = (ac ? AC_STATUS_CHANGED : BATTERY_STATUS_CHANGED); local
198 if (new_status != battery_state->int_status) {
199 battery_state->int_status |= new_status;
goldfish_mmc.c 218 int new_status = MMC_STAT_END_OF_CMD; local
329 new_status |= MMC_STAT_END_OF_DATA;
353 new_status |= MMC_STAT_END_OF_DATA;
375 new_status |= MMC_STAT_END_OF_DATA;
394 new_status |= MMC_STAT_END_OF_DATA;
408 s->int_status |= new_status;
goldfish_audio.c 460 int new_status = 0; local
473 new_status |= AUDIO_INT_WRITE_BUFFER_1_EMPTY;
489 new_status |= AUDIO_INT_WRITE_BUFFER_2_EMPTY;
498 if (new_status && new_status != s->int_status) {
499 s->int_status |= new_status;
509 int new_status = 0; local
522 new_status |= AUDIO_INT_READ_BUFFER_FULL;
529 if (new_status && new_status != s->int_status)
    [all...]
  /external/chromium/net/http/
http_response_headers_unittest.cc 1608 const char* new_status; member in struct:__anon2664
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo6.c 1176 uint8_t new_status; local
1178 new_status = str2status(status);
1180 if (net.status == new_status)
1183 switch (new_status) {
1215 net.status = new_status;
    [all...]

Completed in 91 milliseconds