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

  /external/qemu/hw/
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...]
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;
  /external/chromium/chrome/browser/chromeos/login/
ownership_service.cc 232 void OwnershipService::SetStatus(Status new_status) {
233 DCHECK(new_status == OWNERSHIP_TAKEN || new_status == OWNERSHIP_NONE);
235 ownership_status_ = new_status;
ownership_service.h 118 void SetStatus(Status new_status);
  /external/dbus/test/
test-utils.c 71 DBusDispatchStatus new_status,
76 if (new_status != DBUS_DISPATCH_COMPLETE)
  /external/chromium/net/http/
http_response_headers.h 76 // Replaces the current status line with the provided one (|new_status| should
78 void ReplaceStatusLine(const std::string& new_status);
http_response_headers.cc 317 void HttpResponseHeaders::ReplaceStatusLine(const std::string& new_status) {
319 std::string new_raw_headers(new_status);
    [all...]
http_response_headers_unittest.cc 1611 const char* new_status; member in struct:__anon4115
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo6.c 1252 uint8_t new_status; local
1254 new_status = str2status(status);
1256 if (net.status == new_status)
1259 switch (new_status) {
1291 net.status = new_status;
    [all...]
  /external/dbus/dbus/
dbus-connection.h 128 DBusDispatchStatus new_status,
dbus-connection.c 331 DBusDispatchStatus new_status);
    [all...]
  /external/dbus/bus/
connection.c 366 DBusDispatchStatus new_status,
371 if (new_status != DBUS_DISPATCH_COMPLETE)
    [all...]

Completed in 2008 milliseconds