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

  /external/clang/test/SemaCXX/
warn-unused-result.cpp 50 inline void Update(const Status& new_status) {
52 *this = new_status; //no-warning
  /hardware/libhardware/include/hardware/
camera_common.h 235 * new_status: The new status code, one of the camera_device_status_t enums,
241 int new_status);
  /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/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/webp/src/utils/
thread.c 159 WebPWorkerStatus new_status) {
169 if (new_status != OK) {
170 worker->status_ = new_status;
  /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_unittest.cc 1611 const char* new_status; member in struct:__anon5069
    [all...]
http_response_headers.cc 317 void HttpResponseHeaders::ReplaceStatusLine(const std::string& new_status) {
319 std::string new_raw_headers(new_status);
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 73 int new_status) {
79 new_status);
    [all...]

Completed in 137 milliseconds