Searched refs:status (Results 476 - 500 of 995) sorted by relevance

<<11121314151617181920>>

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp592 status_t status = AudioSystem::acquireSoundTriggerSession(&session, &ioHandle, &device); local
593 if (status != NO_ERROR) {
594 return status;
603 status = INVALID_OPERATION;
607 status = mHalInterface->loadSoundModel(sound_model,
610 if (status != NO_ERROR) {
619 if (status != NO_ERROR) {
623 return status;
629 status_t status; local
647 status
696 status_t status = mHalInterface->startRecognition(handle, config, local
[all...]
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp121 status_t status; local
146 status = NO_INIT;
154 status = DEAD_OBJECT;
159 status = NOT_ENOUGH_DATA;
165 status = -EINTR;
195 status = NO_INIT;
232 status = NO_ERROR;
239 status = WOULD_BLOCK;
255 status = TIMED_OUT;
306 // FIXME these error/non-0 status ar
456 status_t status; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp331 status_t status = NO_ERROR; local
335 status = lpTrack->set(
361 status = lpTrack->set(
384 if (status != NO_ERROR) {
385 ALOGE("Error %d initializing AudioTrack", status);
1001 status_t status = lpTrack->getTimestamp(timestamp); local
1002 if (status == OK) {
1012 return (jint) nativeToJavaStatus(status);
1097 status_t status = AudioSystem::getOutputSamplingRate(&afSamplingRate, nativeStreamType); local
1098 if (status !
1115 const status_t status = AudioTrack::getMinFrameCount(&frameCount, AUDIO_STREAM_DEFAULT, local
1142 status_t status = lpTrack->setAuxEffectSendLevel(level); local
1243 VolumeShaper::Status status = lpTrack->applyVolumeShaper(configuration, operation); local
[all...]
H A Dandroid_os_VintfObject.cpp112 int32_t status = VintfObject::CheckCompatibility(cPackageInfo, &error, checks); local
113 if (status)
114 LOG(WARNING) << "VintfObject.verify() returns " << status << ": " << error;
115 return status;
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp295 ALOGE("%s: State transition to the same status %#x not allowed", __FUNCTION__, newStatus);
300 logDeviceRemoved(id, String8::format("Device status changed from %d to %d", oldStatus,
303 // Set the device status to NOT_PRESENT, clients will no longer be able to connect
304 // to this device until the status changes
321 ALOGI("%s: Client for camera ID %s evicted due to device status change from HAL",
336 logDeviceAdded(id, String8::format("Device status changed from %d to %d", oldStatus,
352 ALOGI("%s: Torch status changed for cameraId=%s, newStatus=%d",
355 TorchModeStatus status; local
356 status_t res = getTorchStatusLocked(cameraId, &status);
358 ALOGE("%s: cannot get torch status o
667 mapToInterface(TorchModeStatus status) argument
685 mapToInternal(CameraDeviceStatus status) argument
703 mapToInterface(StatusInternal status) argument
1465 TorchModeStatus status; local
1969 status_t status; local
2875 updateStatus(StatusInternal status, const String8& cameraId) argument
2879 updateStatus(StatusInternal status, const String8& cameraId, std::initializer_list<StatusInternal> rejectSourceStates) argument
2922 updateStatus(StatusInternal status, const String8& cameraId, std::initializer_list<StatusInternal> rejectSourceStates, Func onStatusUpdatedLocked) argument
2988 setTorchStatusLocked(const String8& cameraId, TorchModeStatus status) argument
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java465 * This file contains the current sync status. We would like to retain
507 mStatusFile = new AtomicFile(new File(syncDir, "status.bin"), "sync-status");
1006 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident);
1007 status.pending = pendingValue;
1187 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId);
1189 status.maybeResetTodayStats(isClockValid(), /*force=*/ false);
1191 status.totalStats.numSyncs++;
1192 status.todayStats.numSyncs++;
1193 status
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp122 // @param[out] status On exit contains the status code to be returned.
126 status_t *status)
132 *status = NOT_ENOUGH_DATA;
139 *status = BAD_VALUE;
154 *status = NOT_ENOUGH_DATA;
164 *status = BAD_VALUE;
176 *status = OK;
223 // @param[out] status On exit contains the status cod
124 unmarshallFilter(const Parcel& p, Metadata::Filter *filter, status_t *status) argument
770 setDataSource_post( const sp<MediaPlayerBase>& p, status_t status) argument
823 status_t status = setDataSource(fd, 0, 0x7fffffffffLL); // this sets mStatus local
984 status_t status; local
1788 status_t status = mTrack->getTimestamp(&ets); local
2151 status_t status = mTrack->start(); local
2380 status_t status; local
2400 VolumeShaper::Status status; 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/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;
H A DOmxInfoBuilder.cpp101 Status status; local
115 [&status, &serviceAttributes] (
118 status = inStatus;
125 if (status != Status::OK) {
/frameworks/av/media/libstagefright/flac/dec/
H A DFLACDecoder.h101 void errorCallback(FLAC__StreamDecoderErrorStatus status);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.h105 camera3_buffer_status_t status,
/frameworks/av/services/oboeservice/
H A DAAudioClientTracker.cpp76 status_t status = binder->linkToDeath(notificationClient); local
77 ALOGW_IF(status != NO_ERROR, "registerClient() linkToDeath = %d\n", status);
78 return AAudioConvert_androidToAAudioResult(status);
/frameworks/base/cmds/statsd/src/external/
H A DSubsystemSleepStatePuller.cpp95 [&data, wallClockTimestampNs, elapsedTimestampNs](hidl_vec<PowerStatePlatformSleepState> states, Status status) {
96 if (status != Status::SUCCESS) return;
142 [&data, wallClockTimestampNs, elapsedTimestampNs](hidl_vec<PowerStateSubsystem> subsystems, Status status) {
143 if (status != Status::SUCCESS) return;
/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/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.java106 public void onDeviceStatusChanged(MidiDeviceStatus status) { argument
108 final MidiDeviceStatus statusF = status;
115 mCallback.onDeviceStatusChanged(status);
141 * Called to notify when the status of a MIDI device has changed
143 * @param status a {@link MidiDeviceStatus} for the changed device
145 public void onDeviceStatusChanged(MidiDeviceStatus status) { argument
/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetectionService.java164 * @param status The error code detected
167 public void onError(@NonNull UUID uuid, @Nullable Bundle params, int opId, int status) { argument
259 public void onError(ParcelUuid puuid, int opId, int status) {
266 if (DEBUG) Log.i(LOG_TAG, uuid + "(" + opId + "): onError(" + status + ")");
268 SoundTriggerDetectionService.this, uuid, params, opId, status));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java303 public void onStatusChanged(int status, String cameraId) argument
305 Log.v(TAG, String.format("Camera %s has status changed to 0x%x", cameraId, status));
307 public void onTorchStatusChanged(int status, String cameraId) argument
309 Log.v(TAG, String.format("Camera %s has torch status changed to 0x%x",
310 cameraId, status));
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java24 void onSetDisabled(int status); argument
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbDescriptor.java156 public void setStatus(int status) { argument
157 mStatus = status;
241 int status = getStatus();
242 switch (status) {
249 canvas.writeParagraph("status: " + getStatusString()
/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java73 public void receiveSessionModifyResponse(int status, VideoProfile requestProfile, argument
79 args.arg1 = status;
162 int status = (int) args.arg1;
167 status, requestProfile, responseProfile);

Completed in 465 milliseconds

<<11121314151617181920>>