HomeSort by relevance Sort by last modified time
    Searched refs:new_status (Results 1 - 11 of 11) 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/dbus/test/
test-utils.c 70 DBusDispatchStatus new_status,
75 if (new_status != DBUS_DISPATCH_COMPLETE)
  /external/chromium/net/http/
http_response_headers.h 74 // Replaces the current status line with the provided one (|new_status| should
76 void ReplaceStatusLine(const std::string& new_status);
http_response_headers_unittest.cc 1608 const char* new_status; member in struct:__anon2664
    [all...]
http_response_headers.cc 259 void HttpResponseHeaders::ReplaceStatusLine(const std::string& new_status) {
261 std::string new_raw_headers(new_status);
    [all...]
  /external/dbus/dbus/
dbus-connection.h 128 DBusDispatchStatus new_status,
dbus-connection.c 312 DBusDispatchStatus new_status);
    [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...]
  /external/dbus/bus/
connection.c 358 DBusDispatchStatus new_status,
363 if (new_status != DBUS_DISPATCH_COMPLETE)
    [all...]

Completed in 580 milliseconds