Searched refs:status (Results 176 - 200 of 995) sorted by relevance

1234567891011>>

/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp90 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 Dcommandtest.sh36 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 DRadioCapability.java43 * 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 DNotifyRespInd.java31 * @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 DIBassBoost.cpp51 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 DIVirtualizer.cpp51 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 DIPresetReverb.cpp51 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 DWGraphicBufferProducer.h70 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 Ddatapart_encode.cpp38 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 DBluetoothLeAdvertiser.java83 * 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 Dcc_helper.cpp102 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 DCallback.java79 public abstract void onFinished(@AsyncResultCode int status); argument
/frameworks/base/core/java/com/android/internal/globalactions/
H A DSinglePressAction.java78 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 DIMediaRecorder.cpp352 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 DTimeCheck.cpp63 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 DSoftMPEG2.cpp123 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 Dandroid_database_CursorWindow.cpp93 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 DHdmiPlaybackClient.java52 * 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 DDeviceInfo.cpp82 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 DRecoverySystemService.java111 // 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 DDemangle.cpp28 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 Drun_tflite.cpp83 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 DDebugCommand.cpp55 Status status = parseArgs(arg); local
56 if (status != OK) {
57 return status;
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp232 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 Dvr_hardware_composer_service.cpp45 android::status_t status = sm->addService( local
48 LOG_ALWAYS_FATAL_IF(status != android::OK,
49 "VrDisplay service failed to start: %" PRId32, status);

Completed in 405 milliseconds

1234567891011>>