Searched refs:status (Results 401 - 425 of 835) sorted by relevance

<<11121314151617181920>>

/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp104 status_t status = track->initCheck(); local
105 if(status != NO_ERROR) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DAppUtils.java51 int status = pm.getIntentVerificationStatusAsUser(packageName, UserHandle.myUserId());
54 status != PackageManager.INTENT_FILTER_DOMAIN_VERIFICATION_STATUS_UNDEFINED;
/frameworks/base/services/core/java/com/android/server/location/
H A DMockProvider.java123 public void setStatus(int status, Bundle extras, long updateTime) { argument
124 mStatus = status;
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.cpp220 auto status = RegisterQueue(consumer); local
221 if (!status) {
225 status.GetErrorMessage().c_str());
226 return status.error_status();
280 auto status = RegisterQueue(direct_queue_); local
281 if (!status) {
285 status.GetErrorMessage().c_str());
286 return status.error_status();
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java95 public BluetoothMapBmessage setStatus(Status status) { argument
96 mBmsgStatus = status;
159 json.put("status", mBmsgStatus);
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java63 result.status = BitmapResult.STATUS_EXCEPTION;
112 result.status = BitmapResult.STATUS_SUCCESS;
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp463 status_t status; local
464 status = mPlayer->attachAuxEffect(effectId);
465 // attachAuxEffect returns a status but we have no way to report it back to app
466 (void) status;
477 status_t status; local
478 status = mPlayer->setAuxEffectSendLevel(level);
479 // setAuxEffectSendLevel returns a status but we have no way to report it back to app
480 (void) status;
497 // handle prefetch status update
504 // evaluate prefetch status base
551 status_t status = mPlayer->getParameter(KEY_PARAMETER_AUDIO_CHANNEL_COUNT, reply); local
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java365 AcquiredConnectionStatus status = mAcquiredConnections.remove(connection);
366 if (status == null) {
375 if (recycleConnectionLocked(connection, status)) {
383 if (recycleConnectionLocked(connection, status)) {
393 AcquiredConnectionStatus status) {
394 if (status == AcquiredConnectionStatus.RECONFIGURE) {
400 status = AcquiredConnectionStatus.DISCARD;
403 if (status == AcquiredConnectionStatus.DISCARD) {
571 private void markAcquiredConnectionsLocked(AcquiredConnectionStatus status) { argument
578 if (status !
392 recycleConnectionLocked(SQLiteConnection connection, AcquiredConnectionStatus status) argument
[all...]
/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp92 int status; local
102 while ((pid = waitpid(-1, &status, WNOHANG)) > 0) {
103 // Log process-death status that we care about. In general it is
110 if (WIFEXITED(status)) {
111 if (WEXITSTATUS(status)) {
112 ALOGI("Process %d exited cleanly (%d)", pid, WEXITSTATUS(status));
114 } else if (WIFSIGNALED(status)) {
115 if (WTERMSIG(status) != SIGKILL) {
116 ALOGI("Process %d exited due to signal (%d)", pid, WTERMSIG(status));
118 if (WCOREDUMP(status)) {
744 int status; local
[all...]
H A Dandroid_media_AudioTrack.cpp327 status_t status = NO_ERROR; local
331 status = lpTrack->set(
357 status = lpTrack->set(
380 if (status != NO_ERROR) {
381 ALOGE("Error %d initializing AudioTrack", status);
997 status_t status = lpTrack->getTimestamp(timestamp); local
998 if (status == OK) {
1008 return (jint) nativeToJavaStatus(status);
1060 status_t status = AudioSystem::getOutputSamplingRate(&afSamplingRate, nativeStreamType); local
1061 if (status !
1078 const status_t status = AudioTrack::getMinFrameCount(&frameCount, AUDIO_STREAM_DEFAULT, local
1105 status_t status = lpTrack->setAuxEffectSendLevel(level); local
1206 VolumeShaper::Status status = lpTrack->applyVolumeShaper(configuration, operation); local
[all...]
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp46 data->writeInt32(handle->status);
78 handle->status = data.readInt32();
744 const status_t status = reply.readInt32(); local
745 ALOGV("Return value of decrypt() is %d", status);
747 if (status == NO_ERROR) {
753 return status;
845 status_t status = setDrmServiceListener(uniqueId, drmServiceListener); local
847 reply->writeInt32(status);
1070 const status_t status = saveRights(uniqueId, drmRights, local
1074 reply->writeInt32(status);
1136 const status_t status local
1156 const status_t status local
1188 const status_t status = removeRights(uniqueId, path); local
1199 const status_t status = removeAllRights(data.readInt32()); local
1295 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); local
1399 const status_t status = closeDecryptSession(uniqueId, handle); local
1426 const status_t status local
1472 const status_t status local
1501 const status_t status = finalizeDecryptUnit(uniqueId, &handle, data.readInt32()); local
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp346 Return<void> gnssStatusCb(const IGnssCallback::GnssStatusValue status) override;
385 Return<void> GnssCallback::gnssStatusCb(const IGnssCallback::GnssStatusValue status) { argument
387 env->CallVoidMethod(mCallbacksObj, method_reportStatus, status);
491 GeofenceAvailability status,
494 GeofenceStatus status) override;
496 GeofenceStatus status) override;
498 GeofenceStatus status) override;
500 GeofenceStatus status) override;
524 GeofenceAvailability status,
532 status,
523 gnssGeofenceStatusCb( GeofenceAvailability status, const android::hardware::gnss::V1_0::GnssLocation& location) argument
538 gnssGeofenceAddCb(int32_t geofenceId, GeofenceStatus status) argument
553 gnssGeofenceRemoveCb(int32_t geofenceId, GeofenceStatus status) argument
567 gnssGeofencePauseCb(int32_t geofenceId, GeofenceStatus status) argument
581 gnssGeofenceResumeCb(int32_t geofenceId, GeofenceStatus status) argument
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp144 "checkOutputsForDevice() returned no outputs but status OK");
342 status_t status; local
361 status = setDeviceConnectionState(device,
364 if (status != NO_ERROR) {
366 status);
367 return status;
370 status = setDeviceConnectionState(device,
373 if (status != NO_ERROR) {
375 status);
376 return status;
385 status_t status; local
861 status_t status; local
1202 status_t status = startSource(outputDesc, stream, newDevice, address, &delayMs); local
1714 status_t status = mpClientInterface->openInput(profile->getModuleHandle(), local
2130 status_t status = NO_ERROR; local
2927 status_t status = mpClientInterface->createAudioPatch(&newPatch, local
3000 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); local
3077 status_t status = audioPortConfig->applyAudioPortConfig(config, &backupConfig); local
3231 status_t status = connectAudioSource(sourceDesc); local
3287 status_t status = mpClientInterface->createAudioPatch(patch, local
3324 status_t status = disconnectAudioSource(sourceDesc); local
3504 status_t status = mEngine->initCheck(); local
3561 status_t status = mpClientInterface->openOutput(outProfile->getModuleHandle(), local
3633 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(), local
3851 status_t status = mpClientInterface->openOutput(moduleHandle, local
4025 status_t status = mpClientInterface->openOutput(profile->getModuleHandle(), local
4263 status_t status = mpClientInterface->openInput(profile->getModuleHandle(), local
4997 status_t status = mpClientInterface->createAudioPatch(&patch, local
5055 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, delayMs); local
5069 status_t status = NO_ERROR; local
5102 status_t status = mpClientInterface->createAudioPatch(&patch, local
5141 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); local
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp126 ALOGW("Unknown device status change to %d", new_status);
143 TorchModeStatus status; local
146 status = TorchModeStatus::NOT_AVAILABLE;
149 status = TorchModeStatus::AVAILABLE_OFF;
152 status = TorchModeStatus::AVAILABLE_ON;
155 ALOGE("Unknown torch status %d", new_status);
161 status); local
320 ALOGE("%s: State transition to the same status %#x not allowed", __FUNCTION__, newStatus);
325 logDeviceRemoved(id, String8::format("Device status changed from %d to %d", oldStatus,
332 // Set the device status t
378 TorchModeStatus status; local
679 mapToInterface(TorchModeStatus status) argument
697 mapToInternal(CameraDeviceStatus status) argument
715 mapToInterface(StatusInternal status) argument
1463 TorchModeStatus status; local
2651 updateStatus(StatusInternal status, const String8& cameraId) argument
2655 updateStatus(StatusInternal status, const String8& cameraId, std::initializer_list<StatusInternal> rejectSourceStates) argument
2698 updateStatus(StatusInternal status, const String8& cameraId, std::initializer_list<StatusInternal> rejectSourceStates, Func onStatusUpdatedLocked) argument
2764 setTorchStatusLocked(const String8& cameraId, TorchModeStatus status) argument
[all...]
/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.h29 * Convert an AAudio result into the closest matching Android status.
34 * Convert an Android status into the closest matching AAudio result.
36 aaudio_result_t AAudioConvert_androidToAAudioResult(android::status_t status);
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp214 status_t status = client.scanFile(path, statbuf.st_mtime, 0, local
216 if (status) {
230 status_t status = client.scanFile(path, statbuf.st_mtime, statbuf.st_size, local
232 if (status) {
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp161 status_t status = mSource->stop(); local
163 (status != OK && status != ERROR_END_OF_STREAM)) {
164 err = status;
H A DAMRWriter.cpp156 status_t status = mSource->stop(); local
158 (status != OK && status != ERROR_END_OF_STREAM)) {
159 err = status;
/frameworks/av/radio/
H A DRadio.cpp106 status_t status = service->attach(handle, radio, config, withAudio, radio->mIRadio); local
108 if (status == NO_ERROR && radio->mIRadio != 0) {
111 ALOGW("Error %d connecting to radio service", status);
288 event.status = DEAD_OBJECT;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.h104 camera3_buffer_status_t status,
/frameworks/base/core/java/android/content/pm/
H A DIntentFilterVerificationInfo.java55 private static final String ATTR_STATUS = "status";
99 Log.w(TAG, "Trying to set a non supported status: " + s);
155 int status = getIntFromXml(parser, ATTR_STATUS, -1);
156 if (status == -1) {
157 Log.e(TAG, "Unknown status value: " + status);
159 mMainStatus = status;
/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java271 * status is one of {@link #ERROR_HARDWARE_FAILURE}, {@link #ERROR_SERVER_DIED},
275 public void onError(int status) {} argument
/frameworks/base/location/java/android/location/
H A DGnssStatus.java85 * Called periodically to report GNSS satellite status.
86 * @param status the current status of all satellites.
88 public void onSatelliteStatusChanged(GnssStatus status) {} argument
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 DMidiManager.java103 public void onDeviceStatusChanged(MidiDeviceStatus status) { argument
105 final MidiDeviceStatus statusF = status;
112 mCallback.onDeviceStatusChanged(status);
138 * Called to notify when the status of a MIDI device has changed
140 * @param status a {@link MidiDeviceStatus} for the changed device
142 public void onDeviceStatusChanged(MidiDeviceStatus status) { argument

Completed in 956 milliseconds

<<11121314151617181920>>