HomeSort by relevance Sort by last modified time
    Searched defs:status (Results 101 - 125 of 6808) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/none/tests/
threaded-fork.c 21 int status; local
41 while(waitpid(childpid, &status, 0) != childpid) {
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 29 Notification status = new Notification.Builder(this) local
41 startForeground(1, status);
  /frameworks/compile/mclinker/lib/Support/
Demangle.cpp 28 int status; local
30 abi::__cxa_demangle(pName.c_str(), /*buffer=*/0, &output_leng, &status);
31 if (status != 0) { // Failed
  /frameworks/native/cmds/lshal/
DebugCommand.cpp 27 Status DebugCommand::parseArgs(const std::string &command, const Arg &arg) {
40 Status DebugCommand::main(const std::string &command, const Arg &arg) {
41 Status status = parseArgs(command, arg); local
42 if (status != OK) {
43 return status;
  /frameworks/native/services/vr/hardware_composer/
vr_hardware_composer_service.cpp 50 android::status_t status = sm->addService( local
53 LOG_ALWAYS_FATAL_IF(status != android::OK,
54 "VrDisplay service failed to start: %" PRId32, status);
  /frameworks/wilhelm/src/android/
android_LocAVPlayer.cpp 66 status_t status = mPlayer->setDataSource( local
68 if (status != NO_ERROR) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_decodevideoobjectplane.c 5 mp4_Status_t status = MP4_STATUS_OK; local
96 return status;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_ipic_adv.c 27 vc1_Status status = VC1_STATUS_OK; local
31 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
34 return status;
48 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
52 return status;
76 status = vc1_VOPDQuant(ctxt, pInfo);
80 return status;
94 vc1_Status status = VC1_STATUS_OK; local
98 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
101 return status;
168 vc1_Status status = VC1_STATUS_OK; local
    [all...]
vc1parse_pic_com.c 28 vc1_Status status = VC1_STATUS_OK; local
45 return status;
91 status = vc1_ParsePictureHeader_ProgressiveIpicture(ctxt, pInfo);
94 status = vc1_ParsePictureHeader_ProgressivePpicture(ctxt, pInfo);
96 status = vc1_ParsePictureHeader_ProgressiveBpicture(ctxt, pInfo);
98 status = VC1_STATUS_PARSE_ERROR;
100 return status;
vc1parse_ppic.c 29 vc1_Status status = VC1_STATUS_OK; local
42 if ((status = vc1_CalculatePQuant(pInfo)) != VC1_STATUS_OK)
43 return status;
58 if ((status = vc1_MVRangeDecode(ctxt, pInfo)) != VC1_STATUS_OK)
59 return status;
107 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
111 return status;
115 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
118 return status;
124 if ((status = vc1_VOPDQuant(ctxt, pInfo)) != VC1_STATUS_OK
    [all...]
vc1parse_vopdq.c 33 vc1_Status status = VC1_STATUS_OK; local
38 return status;
94 return status;
105 vc1_Status status = VC1_STATUS_OK; local
129 return status;
  /hardware/interfaces/radio/1.0/vts/functional/
sap_hidl_hal_test.cpp 42 std::cv_status status = std::cv_status::no_timeout; local
45 status = cv.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD));
46 if (status == std::cv_status::timeout) {
47 return status;
51 return status;
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsHalRenderscriptV1_0TargetTest.cpp 46 int status = RUN_ALL_TESTS(); local
47 LOG(INFO) << "Test result = " << status;
48 return status;
  /hardware/qcom/display/msm8084/libgralloc/
gralloc.cpp 101 int status = -EINVAL; local
109 status = 0;
111 status = fb_device_open(module, name, device);
113 return status;
  /hardware/qcom/display/msm8226/libgralloc/
gralloc.cpp 101 int status = -EINVAL; local
109 return status;
112 status = 0;
114 status = fb_device_open(module, name, device);
116 return status;
  /hardware/qcom/display/msm8909/libgralloc/
gralloc.cpp 100 int status = -EINVAL; local
108 return status;
111 status = 0;
113 status = fb_device_open(module, name, device);
115 return status;
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 100 int status = -EINVAL; local
108 status = 0;
110 status = fb_device_open(module, name, device);
112 return status;
  /hardware/qcom/display/msm8994/libgralloc/
gralloc.cpp 106 int status = -EINVAL; local
121 return status;
124 status = 0;
126 status = fb_device_open(module, name, device);
128 return status;
  /hardware/qcom/display/msm8996/libgralloc/
gralloc.cpp 106 int status = -EINVAL; local
121 return status;
124 status = 0;
126 status = fb_device_open(module, name, device);
128 return status;
  /hardware/qcom/display/msm8998/libgralloc/
gralloc.cpp 100 int status = -EINVAL; local
108 return status;
111 status = 0;
113 status = fb_device_open(module, name, device);
115 return status;
  /prebuilts/go/darwin-x86/src/net/
file_plan9.go 14 func (fd *netFD) status(ln int) (string, error) { func
19 status, err := os.Open(fd.dir + "/status")
23 defer status.Close()
25 n, err := io.ReadFull(status, buf[:])
122 s, err := fd.status(len("Listen"))
  /prebuilts/go/linux-x86/src/net/
file_plan9.go 14 func (fd *netFD) status(ln int) (string, error) { func
19 status, err := os.Open(fd.dir + "/status")
23 defer status.Close()
25 n, err := io.ReadFull(status, buf[:])
122 s, err := fd.status(len("Listen"))
  /system/bt/bta/mce/
bta_mce_api.cc 58 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; local
74 status = BTA_MCE_SUCCESS;
78 return status;
  /system/bt/main/
bte_conf.cc 91 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); local
92 if (status != BTA_SUCCESS) {
94 __func__, i, status);
  /system/bt/service/common/android/bluetooth/
advertise_settings.cc 25 status_t status = parcel->writeInt32(mode_); local
26 if (status != OK) return status;
28 status = parcel->writeInt32(tx_power_level_);
29 if (status != OK) return status;
31 status = parcel->writeInt32(connectable_);
32 if (status != OK) return status;
34 status = parcel->writeInt32(timeout_.InMilliseconds())
40 status_t status = parcel->readInt32(&value); local
    [all...]

Completed in 1789 milliseconds

1 2 3 45 6 7 8 91011>>