/frameworks/native/libs/vr/libpdx/ |
H A D | service.cpp | 90 const auto status = local 92 if (!status) 93 return status.error_status(); 97 if (status.get() < size_to_read) 129 const auto status = local 131 if (!status) 132 return status.error_status(); 136 if (status.get() < size_to_write) 437 Status<void> status; local 439 status 452 const auto status = endpoint_->SetService(this); variable 459 const auto status = endpoint_->SetService(nullptr); local 484 const auto status = endpoint_->SetChannel(channel_id, channel.get()); local 518 const auto status = endpoint_->CloseChannel(channel_id); local [all...] |
/frameworks/opt/net/lowpan/tests/ |
H A D | commandtest.sh | 36 echo "+ adb shell lowpanctl -I wpan5 status" 37 adb shell lowpanctl -I wpan5 status || die 40 echo "+ adb shell lowpanctl -I wpan5 status" 41 adb shell lowpanctl -I wpan5 status || die
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RadioCapability.java | 43 * RIL_RadioCapability. status = 0, if any START's fail no APPLY will 108 /** Return status and an input parameter for RC_Phase_FINISH */ 124 * @param status tell modem the action transaction of 128 int radioAccessFamily, String logicalModemUuid, int status) { 134 mStatus = status; 193 * get request status. 195 * @return status and an input parameter for RC_PHASE_FINISH 127 RadioCapability(int phoneId, int session, int phase, int radioAccessFamily, String logicalModemUuid, int status) argument
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
H A D | NotifyRespInd.java | 31 * @param status the status value 38 int status) throws InvalidHeaderValueException { 43 setStatus(status); 36 NotifyRespInd(int mmsVersion, byte[] transactionId, int status) argument
|
/frameworks/wilhelm/src/itf/ |
H A D | IBassBoost.cpp | 51 android::status_t status = thiz->mBassBoostEffect->setEnabled((bool) thiz->mEnabled); local 52 result = android_fx_statusToResult(status); 105 android::status_t status = local 107 result = android_fx_statusToResult(status); 133 android::status_t status = local 135 result = android_fx_statusToResult(status); 163 android::status_t status = 166 result = android_fx_statusToResult(status);
|
H A D | IVirtualizer.cpp | 51 android::status_t status = local 53 result = android_fx_statusToResult(status); 107 android::status_t status = android_virt_setParam(thiz->mVirtualizerEffect, local 109 result = android_fx_statusToResult(status); 135 android::status_t status = android_virt_getParam(thiz->mVirtualizerEffect, local 137 result = android_fx_statusToResult(status); 165 android::status_t status = 168 result = android_fx_statusToResult(status);
|
H A D | IPresetReverb.cpp | 51 android::status_t status = android_prev_setPreset(thiz->mPresetReverbEffect, preset); local 52 result = android_fx_statusToResult(status); 83 android::status_t status = android_prev_getPreset(thiz->mPresetReverbEffect, &preset); local 84 result = android_fx_statusToResult(status);
|
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
H A D | WGraphicBufferProducer.h | 70 status_t status = mBase->requestBuffer(slot, &buf); variable 75 _hidl_cb(static_cast<int32_t>(status), anwBuffer); 95 status_t status = mBase->dequeueBuffer( variable 106 _hidl_cb(static_cast<int32_t>(status), 116 _hidl_cb(static_cast<int32_t>(status), 124 _hidl_cb(static_cast<int32_t>(status), 146 status_t status = mBase->detachNextBuffer(&outBuffer, &outFence); variable 153 _hidl_cb(static_cast<int32_t>(status), tBuffer, tFence); 161 _hidl_cb(static_cast<int32_t>(status), tBuffer, tFence); 165 _hidl_cb(static_cast<int32_t>(status), tBuffe 179 status_t status = mBase->attachBuffer(&outSlot, lBuffer); variable 201 status_t status = mBase->queueBuffer( variable 244 status_t status = mBase->connect(lListener, variable 320 status_t status = mBase->getLastQueuedBuffer( variable 369 status_t status = mBase->getUniqueId(&outId); variable [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
H A D | datapart_encode.cpp | 38 PV_STATUS status = PV_SUCCESS; local 119 status = EncodeVideoPacketHeader(video, mbnum, video->QP_prev, 0); 130 status = (*CodeMB)(video, &fastDCTfunction, (offset << 5) + QP, ncoefblck); 159 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */ 160 /* continue even if status == PV_END_OF_BUF, to get the stats */ 189 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */ 190 /* continue even if status == PV_END_OF_BUF, to get the stats */ 196 return status; /* if status == PV_END_OF_BUF, this frame will be pre-skipped */ 213 PV_STATUS status local [all...] |
/frameworks/base/core/java/android/bluetooth/le/ |
H A D | BluetoothLeAdvertiser.java | 83 * Returns immediately, the operation status is delivered through {@code callback}. 89 * @param callback Callback for advertising status. 99 * active scan request. This method returns immediately, the operation status is delivered 107 * @param callback Callback for advertising status. 167 int status) { 168 if (status != AdvertisingSetCallback.ADVERTISE_SUCCESS) { 169 postStartFailure(callback, status); 179 int status) { 216 * method returns immediately, the operation status is delivered through 245 * method returns immediately, the operation status i [all...] |
/frameworks/av/media/common_time/ |
H A D | cc_helper.cpp | 102 status_t status = common_clock_->call; \ 103 if (DEAD_OBJECT == status) { \ 106 status = common_clock_->call; \ 109 return status; \
|
/frameworks/base/core/java/android/app/timezone/ |
H A D | Callback.java | 79 public abstract void onFinished(@AsyncResultCode int status); argument
|
/frameworks/base/core/java/com/android/internal/globalactions/ |
H A D | SinglePressAction.java | 78 TextView statusView = v.findViewById(R.id.status); 79 final String status = getStatus(); 81 if (!TextUtils.isEmpty(status)) { 82 statusView.setText(status);
|
/frameworks/av/media/libmedia/ |
H A D | IMediaRecorder.cpp | 352 status_t status = remote()->transact(SET_INPUT_DEVICE, data, &reply); local 353 if (status != OK) { 354 ALOGE("setInputDevice binder call failed: %d", status); 355 return status; 366 status_t status = remote()->transact(GET_ROUTED_DEVICE_ID, data, &reply); local 367 if (status != OK) { 368 ALOGE("getRoutedDeviceid binder call failed: %d", status); 370 return status; 373 status = reply.readInt32(); 374 if (status ! 388 status_t status = remote()->transact(ENABLE_AUDIO_DEVICE_CALLBACK, data, &reply); local 401 status_t status = remote()->transact(GET_ACTIVE_MICROPHONES, data, &reply); local 620 status_t status = data.readInt32(&deviceId); local 632 status_t status = getRoutedDeviceId(&deviceId); local 643 status_t status = data.readBool(&enabled); local 655 status_t status = getActiveMicrophones(&activeMicrophones); local [all...] |
H A D | TimeCheck.cpp | 63 status_t status = TIMED_OUT; local 81 status = mCond.waitRelative(mMutex, waitTimeNs); 84 LOG_ALWAYS_FATAL_IF(status != NO_ERROR, "TimeCheck timeout for %s", tag);
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
H A D | SoftMPEG2.cpp | 123 IV_API_CALL_STATUS_T status; local 132 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip, (void *)&s_ctl_op); 134 if (status != IV_SUCCESS) { 147 IV_API_CALL_STATUS_T status; local 159 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip, (void *)&s_ctl_op); 161 if (status != IV_SUCCESS) { 186 IV_API_CALL_STATUS_T status; local 193 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip, (void *)&s_ctl_op); 194 if (IV_SUCCESS != status) { 214 IV_API_CALL_STATUS_T status; local 231 IV_API_CALL_STATUS_T status; local 256 IV_API_CALL_STATUS_T status; local 466 IV_API_CALL_STATUS_T status; local 574 IV_API_CALL_STATUS_T status; local 704 IV_API_CALL_STATUS_T status; local [all...] |
/frameworks/base/core/jni/ |
H A D | android_database_CursorWindow.cpp | 93 status_t status = CursorWindow::create(name, cursorWindowSize, &window); local 94 if (status || !window) { 96 name.string(), cursorWindowSize, status); 108 status_t status = CursorWindow::createFromParcel(parcel, &window); local 109 if (status || !window) { 111 status, getFdCount()); 138 status_t status = window->writeToParcel(parcel); local 139 if (status) { 141 msg.appendFormat("Could not write CursorWindow to Parcel due to error %d.", status); 149 status_t status local 163 status_t status = window->setNumColumns(columnNum); local 169 status_t status = window->allocRow(); local 435 status_t status = window->putBlob(row, column, value, len); local 457 status_t status = window->putString(row, column, valueStr, sizeIncludingNull); local 472 status_t status = window->putLong(row, column, value); local 486 status_t status = window->putDouble(row, column, value); local 500 status_t status = window->putNull(row, column); local [all...] |
/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiPlaybackClient.java | 52 * Listener used by the client to get display device status. 56 * Called when display device status is reported. 58 * @param status display device status. It should be one of the following values. 67 public void onComplete(int status); argument 96 * Gets the status of display device connected through HDMI bus. 132 public void onComplete(int status) { 133 callback.onComplete(status);
|
/frameworks/base/libs/hwui/ |
H A D | DeviceInfo.cpp | 82 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &displayInfo); local 83 LOG_ALWAYS_FATAL_IF(status, "Failed to get display info, error %d", status);
|
/frameworks/base/services/core/java/com/android/server/ |
H A D | RecoverySystemService.java | 111 // Read the status from the socket. 119 int status = dis.readInt(); 121 if (status == lastStatus && lastStatus != Integer.MIN_VALUE) { 124 lastStatus = status; 126 if (status >= 0 && status <= 100) { 127 // Update status 128 Slog.i(TAG, "uncrypt read status: " + status); 131 listener.onProgress(status); [all...] |
/frameworks/compile/mclinker/lib/Support/ |
H A D | Demangle.cpp | 28 int status; local 30 abi::__cxa_demangle(pName.c_str(), /*buffer=*/0, &output_leng, &status); 31 if (status != 0) { // Failed
|
/frameworks/ml/nn/runtime/test/benchmark/libnnbenchmark/ |
H A D | run_tflite.cpp | 83 auto status = mTfliteInterpreter->Invoke(); local 84 if (status != kTfLiteOk) { 85 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Failed to invoke: %d!", (int)status);
|
/frameworks/native/cmds/lshal/ |
H A D | DebugCommand.cpp | 55 Status status = parseArgs(arg); local 56 if (status != OK) { 57 return status;
|
/frameworks/native/libs/vr/libpdx_uds/ |
H A D | service_endpoint.cpp | 232 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); local 233 if (!status) 234 return status; 238 status = OnNewChannel(std::move(local_socket)); 239 if (!status) 240 return status; 245 status = SendData(connection_fd.Borrow(), connection_info); 247 if (status) { 249 status = ReceiveMessageForChannel(channel_handle, message); 257 return status; 276 Status<void> status; local 336 Status<void> status; local 369 Status<void> status; local 431 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); local 501 auto status = ReceiveData(channel_fd.Borrow(), &request); local 596 auto status = AcceptConnection(message); local 630 auto status = GetChannelEventFd(channel_id); local 645 auto status = SendData(channel_socket, state->response); local [all...] |
/frameworks/native/services/vr/hardware_composer/ |
H A D | vr_hardware_composer_service.cpp | 45 android::status_t status = sm->addService( local 48 LOG_ALWAYS_FATAL_IF(status != android::OK, 49 "VrDisplay service failed to start: %" PRId32, status);
|