Searched defs:status (Results 51 - 75 of 693) sorted by relevance

1234567891011>>

/frameworks/native/libs/vr/libdisplay/
H A Dvsync_client.cpp24 auto status = InvokeRemoteMethod<VSyncProtocol::Wait>(); local
25 if (!status) {
27 status.GetErrorMessage().c_str());
28 return -status.error();
32 *timestamp_ns = status.get();
40 auto status = InvokeRemoteMethod<VSyncProtocol::GetLastTimestamp>(); local
41 if (!status) {
43 status.GetErrorMessage().c_str());
44 return -status.error();
46 *timestamp_ns = status
69 auto status = InvokeRemoteMethod<VSyncProtocol::Acknowledge>(); local
[all...]
/frameworks/native/services/media/arcvideobridge/
H A DIArcVideoBridge.cpp42 status_t status = remote()->transact( local
44 if (status != 0) {
45 ALOGE("transact failed: %d", status);
55 status_t status = remote()->transact(HOST_VERSION, data, &reply, 0); local
56 if (status != 0) {
57 ALOGE("transact failed: %d", status);
/frameworks/native/services/nativeperms/
H A Dnativeperms.cpp72 android::status_t status = android::defaultServiceManager()->addService( local
74 CHECK(status == android::OK) << "Failed to get IPermissionController "
/frameworks/native/services/sensorservice/hidl/
H A Dutils.cpp56 Result convertResult(status_t status) { argument
57 switch (status) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallForwardInfo.java29 public int status; /*1 = active, 0 = not active */ field in class:CallForwardInfo
38 return "[CallForwardInfo: status=" + (status == 0 ? " not active " : " active ")
H A DLinkCapacityEstimate.java42 public final int status; // either STATUS_ACTIVE, STATUS_SUSPENDED, or INVALID field in class:LinkCapacityEstimate
45 public LinkCapacityEstimate(int downlinkCapacityKbps, int confidence, int status) { argument
48 this.status = status;
57 this.status = INVALID;
69 .append(", status=")
70 .append(status)
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp49 GLenum status; local
50 status = glCheckFramebufferStatus(GL_FRAMEBUFFER);
51 switch (status) {
/frameworks/wilhelm/src/itf/
H A DIAcousticEchoCancellation.cpp41 android::status_t status = thiz->mAECEffect->setEnabled((bool) thiz->mEnabled); local
42 result = android_fx_statusToResult(status);
H A DIAutomaticGainControl.cpp40 android::status_t status = thiz->mAGCEffect->setEnabled((bool) thiz->mEnabled); local
41 result = android_fx_statusToResult(status);
H A DINoiseSuppression.cpp38 android::status_t status = thiz->mNSEffect->setEnabled((bool) thiz->mEnabled); local
39 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/drm/mediacas/plugins/clearkey/
H A Decm_generator.cpp63 status_t status = DecodeECMClearFields(ecm, asset, default_fields); local
64 if (status != OK) {
65 return status;
/frameworks/av/media/libaaudio/src/binding/
H A DSharedRegionParcelable.cpp51 status_t status = AAudioConvert_aaudioToAndroidStatus(validate()); local
52 if (status != NO_ERROR) goto error;
54 status = parcel->writeInt32(mSizeInBytes);
55 if (status != NO_ERROR) goto error;
57 status = parcel->writeInt32(mSharedMemoryIndex);
58 if (status != NO_ERROR) goto error;
59 status = parcel->writeInt32(mOffsetInBytes);
60 if (status != NO_ERROR) goto error;
65 ALOGE("%s returning %d", __func__, status);
66 return status;
70 status_t status = parcel->readInt32(&mSizeInBytes); local
[all...]
/frameworks/av/media/libnbaio/
H A DAudioBufferProviderSource.cpp56 status_t status = mProvider->getNextBuffer(&mBuffer); local
57 if (status != OK) {
58 return status == NOT_ENOUGH_DATA ? (ssize_t) WOULD_BLOCK : (ssize_t) status;
102 status_t status = mProvider->getNextBuffer(&mBuffer); local
103 if (CC_LIKELY(status == OK)) {
110 if (CC_LIKELY(status == NOT_ENOUGH_DATA)) {
111 status = WOULD_BLOCK;
113 return accumulator > 0 ? accumulator : (ssize_t) status;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp30 PV_STATUS status; local
47 status = PV_BitstreamShowBitsByteAlign(stream, resync_marker_length, &tmpvar32);
48 /* if (status != PV_SUCCESS && status != PV_END_OF_BUFFER) return status; */
115 status = BitstreamCheckEndBuffer(stream); /* return end_of_VOP 03/30/01 */
116 if (status != PV_SUCCESS)
118 return status;
120 status = BitstreamShowBits32HC(stream, &tmpvar32); /* 07/07/01 */
196 PV_STATUS status; local
[all...]
/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.cpp93 status_t status = AudioStreamOut::open( local
99 ALOGI("SpdifStreamOut::open() status = %d", status);
101 return status;
/frameworks/base/cmds/statsd/src/external/
H A DStatsCompanionServicePuller.cpp57 Status status = statsCompanionServiceCopy->pullData(mTagId, &returned_value); local
58 if (!status.isOk()) {
/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingCallback.java23 * advertising operation status.
59 * @param status operation status.
63 int status) {
61 onSyncEstablished(int syncHandle, BluetoothDevice device, int advertisingSid, int skip, int timeout, int status) argument
/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/core/java/android/net/
H A DIpSecUdpEncapResponse.java25 * This class is used to return a UDP Socket and corresponding status from the IpSecService to an
35 public final int status; field in class:IpSecUdpEncapResponse
52 out.writeInt(status);
60 throw new IllegalArgumentException("Valid status implies other args must be provided");
62 status = inStatus;
71 throw new IllegalArgumentException("Valid status implies FD must be non-null");
73 status = inStatus;
76 fileDescriptor = (status == IpSecManager.Status.OK) ? ParcelFileDescriptor.dup(inFd) : null;
80 status = in.readInt();
/frameworks/base/location/java/android/location/
H A DGpsNavigationMessageEvent.java36 * The system does not support tracking of GPS Navigation Messages. This status will not change
70 * Returns the latest status of the GPS Navigation Messages sub-system.
72 void onStatusChanged(int status); argument
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceService.java59 public void onDeviceStatusChanged(MidiDeviceServer server, MidiDeviceStatus status) {
60 MidiDeviceService.this.onDeviceStatusChanged(status);
126 * @param status the number of the port that was opened
128 public void onDeviceStatusChanged(MidiDeviceStatus status) { argument
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp107 status_t status = -1; local
109 status = sample->doLoad();
111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
/frameworks/base/test-runner/src/junit/runner/
H A DTestRunListener.java10 /* test status constants*/
19 public void testFailed(int status, String testName, String trace); argument
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsResult.java34 public Status status; field in class:WpsResult
39 status = Status.FAILURE;
44 status = s;
50 sbuf.append(" status: ").append(status.toString());
65 status = source.status;
72 dest.writeString(status.name());
81 result.status = Status.valueOf(in.readString());

Completed in 520 milliseconds

1234567891011>>