Searched refs:status (Results 376 - 400 of 835) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/net/
H A DIpSecManager.java60 public static final String KEY_STATUS = "status";
157 int status = result.getInt(KEY_STATUS);
158 switch (status) {
168 "Unknown status returned by IpSecService: " + status);
174 throw new RuntimeException("Invalid SPI returned by IpSecService: " + status);
179 "Invalid Resource ID returned by IpSecService: " + status);
H A DIpSecTransform.java117 private void checkResultStatusAndThrow(int status) argument
120 switch (status) {
132 "Failed to Create a Transform with status code " + status);
143 int status = result.getInt(KEY_STATUS);
144 checkResultStatusAndThrow(status);
/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp45 AssemblyStatus status = addPacket(source); local
46 if (status == MALFORMED_PACKET) {
49 return status;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp152 camera3_buffer_status_t status,
164 buffer.status = status;
148 handoutBufferLocked(camera3_stream_buffer &buffer, buffer_handle_t *handle, int acquireFence, int releaseFence, camera3_buffer_status_t status, bool output) argument
/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingManager.java86 * @param callback Callback used to deliver all operations status.
109 * @param callback Callback used to deliver all operations status.
166 * @param callback Callback used to deliver all operations status.
199 int advertisingSid, int skip, int timeout, int status) {
205 status);
207 if (status != PeriodicAdvertisingCallback.SYNC_SUCCESS) {
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java101 int status = cursor.getInt(cursor.getColumnIndex(
107 filename, status);
108 assertEquals(errorString, DownloadManager.STATUS_SUCCESSFUL, status);
/frameworks/base/media/java/android/media/
H A DMediaActionSound.java236 int sampleId, int status) {
243 if (status != 0) {
246 Log.e(TAG, "OnLoadCompleteListener() error: " + status +
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardMessageArea.java139 CharSequence status = mMessage;
140 setVisibility(TextUtils.isEmpty(status) ? INVISIBLE : VISIBLE);
141 setText(status);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DRoutingControlAction.java140 private static boolean isPowerOnOrTransient(int status) { argument
141 return status == HdmiControlManager.POWER_STATUS_ON
142 || status == HdmiControlManager.POWER_STATUS_TRANSIENT_TO_ON;
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/
H A DConnTestActivity.java156 final String status = String.format(NETWORK_STATUS_TEMPLATE, state, detailedState,
158 Log.d(TAG, "Offering " + status);
159 return status;
/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
H A DVtsFwkDisplayServiceV1_0TargetTest.cpp167 int status = RUN_ALL_TESTS(); local
168 ALOGE("Test status = %d", status);
169 return status;
/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp572 status_t status = fence->flatten(buffer, size, fds, count);
573 if (status != NO_ERROR) {
574 return status;
610 status_t status = fence->unflatten(buffer, size, fds, count);
611 if (status != NO_ERROR) {
612 return status;
669 status_t status = d.flatten(buffer, size, fds, count);
670 if (status != NO_ERROR) {
671 return status;
692 status_t status
[all...]
/frameworks/native/services/vr/bufferhubd/
H A Dconsumer_channel.cpp138 auto status = local
140 handled_ = !!status;
141 return status;
/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java254 int status = bdo.writeEntityHeader(key, data.length);
256 assertEquals(0, status);
258 status = bdo.writeEntityData(data, data.length);
260 assertEquals(0, status);
264 int status = bdo.writeEntityHeader(key, -1);
266 assertEquals(0, status);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DCallbackHandlerTest.java78 IconState status = new IconState(true, 0, "");
83 mHandler.setWifiIndicators(enabled, status, qs, in, out, description, true);
97 assertEquals(status, statusArg.getValue());
107 IconState status = new IconState(true, 0, "");
118 mHandler.setMobileDataIndicators(status, qs, type, qsType, in, out, typeDescription,
136 assertEquals(status, statusArg.getValue());
/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java191 final int status = cursor.getInt(2);
192 final boolean meetsReply = meetsReply(filter.reply, status);
195 String.format("status=%s, meetsReply=%s",
196 attendeeStatusToString(status), meetsReply));
228 private static String attendeeStatusToString(int status) { argument
229 switch (status) {
235 default: return "ATTENDEE_STATUS_UNKNOWN_" + status;
/frameworks/av/include/drm/
H A Ddrm_framework_common.h192 * Defines constants related to status of the rights
286 * Defines the status of the rights like
289 int status; member in class:android::DecryptHandle
312 status(INVALID_VALUE),
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp139 status_t status = extendedTimestamp->getBestTimestamp(framePosition, timeNanoseconds, timebase); local
140 return AAudioConvert_androidToAAudioResult(status);
/frameworks/av/services/audioflinger/
H A DThreads.cpp126 // maximum time to wait in sendConfigEvent_l() for a status to be received
536 status_t status = initCheck(); local
537 if (status == NO_ERROR) {
542 return status;
581 status_t status = NO_ERROR; local
586 return status;
600 status = event->mStatus;
603 return status;
658 status_t status = sendConfigEvent_l(configEvent); local
659 if (status
905 status_t status = mPowerManager->acquireWakeLock(POWERMANAGER_PARTIAL_WAKE_LOCK, local
975 status_t status = mPowerManager->updateWakeLockUids( local
1273 createEffect_l( const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority, audio_session_t sessionId, effect_descriptor_t *desc, int *enabled, status_t *status, bool pinned) argument
1446 status_t status = chain->addEffect_l(effect); local
1831 createTrack_l( const sp<AudioFlinger::Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, const sp<IMemory>& sharedBuffer, audio_session_t sessionId, audio_output_flags_t *flags, pid_t tid, uid_t uid, status_t *status, audio_port_handle_t portId) argument
2128 status_t status = ALREADY_EXISTS; local
2486 status_t status; local
2901 status_t status = NO_ERROR; local
3092 status_t status = mWaitWorkCV.waitRelative(mLock, waitNs); local
3427 status_t status = mNormalSink->getTimestamp(ets); local
3446 status_t status; local
3461 status_t status = NO_ERROR; local
3534 status_t status; local
3548 status_t status = NO_ERROR; local
4633 checkForNewParameter_l(const String8& keyValuePair, status_t& status) argument
5103 status_t status = mActiveTrack->getNextBuffer(&buffer); local
5195 checkForNewParameter_l(const String8& keyValuePair, status_t& status) argument
5840 status_t status = outputTrack != 0 ? outputTrack->initCheck() : (status_t) NO_MEMORY; local
6317 status_t status = (status_t) framesRead; local
6415 status_t status = activeTrack->getNextBuffer(&activeTrack->mSink); local
6577 createRecordTrack_l( const sp<AudioFlinger::Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, audio_session_t sessionId, size_t *notificationFrames, uid_t uid, audio_input_flags_t *flags, pid_t tid, status_t *status, audio_port_handle_t portId) argument
6734 status_t status = NO_ERROR; local
6773 status_t status = NO_ERROR; local
7076 checkForNewParameter_l(const String8& keyValuePair, status_t& status) argument
7377 status_t status = NO_ERROR; local
7442 status_t status = NO_ERROR; local
7855 checkForNewParameter_l(const String8& keyValuePair, status_t& status) argument
7915 status_t status = NO_ERROR; local
7995 status_t status = NO_ERROR; local
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp395 status_t status = NO_ERROR; local
402 status = NO_INIT;
405 status = audioport->checkExactAudioProfile(config->sample_rate,
408 if (status != NO_ERROR) {
421 status = audioport->checkGain(&config->gain, config->gain.index);
422 if (status != NO_ERROR) {
429 if (status != NO_ERROR) {
435 return status;
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadset.aidl58 void clccResponse(int index, int direction, int status, int mode, boolean mpty,
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp457 int status = NO_NATIVE_LIBRARIES; local
462 if (status == NO_NATIVE_LIBRARIES) {
463 status = INSTALL_FAILED_NO_MATCHING_ABIS;
476 if (((i < status) && (status >= 0)) || (status < 0) ) {
477 status = i;
487 return status;
/frameworks/base/media/java/android/media/audiofx/
H A DLoudnessEnhancer.java166 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
168 if (status != AudioEffect.SUCCESS) {
/frameworks/base/media/java/android/media/midi/
H A DIMidiManager.aidl58 // used by MIDI devices to report their status
60 void setDeviceStatus(in IMidiDeviceServer server, in MidiDeviceStatus status);
/frameworks/base/media/java/android/media/tv/
H A DITvInputClient.aidl43 void onTimeShiftStatusChanged(int status, int seq);

Completed in 635 milliseconds

<<11121314151617181920>>