Searched defs:status (Results 601 - 625 of 693) sorted by relevance

<<2122232425262728

/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...]
/frameworks/base/location/java/android/location/
H A DLocationManager.java150 * Key used for a Bundle extra holding an Integer status value
151 * when a status change is broadcast using a PendingIntent.
153 public static final String KEY_STATUS_CHANGED = "status";
156 * Key used for a Bundle extra holding an Boolean status value
338 public void onStatusChanged(String provider, int status, Bundle extras) { argument
343 b.putInt("status", status);
376 int status = b.getInt("status");
378 mListener.onStatusChanged(provider, status, extra
1582 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
2162 getGpsStatus(GpsStatus status) argument
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java604 * Informs the application that the time shift status is changed.
606 * <p>Prior to calling this method, the application assumes the status
608 * is important to invoke the method with the status
611 * to notifying the current status change immediately might result in an undesirable
614 * <p>If the status {@link TvInputManager#TIME_SHIFT_STATUS_AVAILABLE} is reported, the
621 * @param status The current time shift status. Should be one of the followings.
628 public void notifyTimeShiftStatusChanged(@TvInputManager.TimeShiftStatus final int status) { argument
634 status == TvInputManager.TIME_SHIFT_STATUS_AVAILABLE);
638 mSessionCallback.onTimeShiftStatusChanged(status);
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp735 status_t status = mCodec->getMetrics(reply); local
736 return status;
H A Dandroid_media_MediaPlayer.cpp210 // if the message is too long, don't bother displaying the status code
214 // append the status code to the message
215 sprintf(msg, "%s: status=0x%X", message, opStatus);
725 status_t status = mp->getParameter(key, &p); local
726 if (status != OK) {
727 ALOGD("getMetrics() failed: %d", status);
879 // report errors, instead returns the status.
1190 VolumeShaper::Status status = mp->applyVolumeShaper(configuration, operation); local
1191 if (status == INVALID_OPERATION) {
1192 status
1408 status_t status = mp->enableAudioDeviceCallback(enabled); local
[all...]
H A Dandroid_media_MediaPlayer2.cpp263 // if the message is too long, don't bother displaying the status code
267 // append the status code to the message
268 sprintf(msg, "%s: status=0x%X", message, opStatus);
843 status_t status = mp->getParameter(key, &p); local
844 if (status != OK) {
845 ALOGD("getMetrics() failed: %d", status);
1010 // report errors, instead returns the status.
1412 status_t status = mp->enableAudioDeviceCallback(enabled); local
1413 if (status != NO_ERROR) {
1415 ALOGE("enable device callback failed: %d", status);
[all...]
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1982 public void onSectionComplete(String title, int status, int size, int durationMs) argument
1985 Log.v(TAG, "Title: " + title + " Status: " + status + " Size: " + size
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java2844 private void logAuthenticationStatusLocked(int requestId, int status) { argument
2846 MetricsEvent.FIELD_AUTOFILL_AUTHENTICATION_STATUS, status);
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1101 public void setBatteryState(final int status, final int health, final int plugType, argument
1110 final boolean onBattery = BatteryStatsImpl.isOnBattery(plugType, status);
1114 mStats.setBatteryStateLocked(status, health, plugType, level, temp, volt,
1127 mStats.setBatteryStateLocked(status, health, plugType, level, temp, volt,
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java139 // Defines the callback invoked when TV input framework is updated with input status.
889 * Change ARC status into the given {@code enabled} status.
891 * @return {@code true} if ARC was in "Enabled" status
901 // 2. Notify arc status to audio service.
903 // 3. Update arc status;
1368 private void invokeDeviceEventListener(HdmiDeviceInfo info, int status) { argument
1370 mService.invokeDeviceEventListeners(info, status);
1866 Slog.w(TAG, "Can not update power status of non-existing device:" + logicalAddress);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java415 // We don't need to change a2dp status when bluetooth is not connected.
1067 // Check the route status.
1216 private static int getConnectionPhase(int status) { argument
1217 switch (status) {
1507 switch (descriptor.status) {
1518 switch (descriptor.status) {
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java302 // For the rest of the devices, we can tell by the cable connection status.
1216 public void onStatusChanged(HdmiDeviceInfo deviceInfo, int status) { argument
1221 switch (status) {
H A DTvInputManagerService.java2619 public void onTimeShiftStatusChanged(int status) { argument
2622 Slog.d(TAG, "onTimeShiftStatusChanged(status=" + status + ")");
2628 mSessionState.client.onTimeShiftStatusChanged(status, mSessionState.seq);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java316 UsbPortStatus status = intent.getParcelableExtra(UsbManager.EXTRA_PORT_STATUS);
317 mHandler.updateHostState(port, status);
611 public void updateHostState(UsbPort port, UsbPortStatus status) { argument
613 Slog.i(TAG, "updateHostState " + port + " status=" + status);
618 args.arg2 = status;
838 UsbPortStatus status = (UsbPortStatus) args.arg2;
839 mHostConnected = status.getCurrentDataRole() == UsbPort.DATA_ROLE_HOST;
840 mSourcePower = status.getCurrentPowerRole() == UsbPort.POWER_ROLE_SOURCE;
841 mSinkPower = status
1864 setCurrentUsbFunctionsCb(long functions, int status) argument
1885 getCurrentUsbFunctionsCb(long functions, int status) argument
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java126 * Indicates that the VOIP audio status of this {@code RemoteConnection} has changed.
135 * Indicates that the status hints of this {@code RemoteConnection} have changed. See
139 * @param statusHints The new status hints of the {@code RemoteConnection}.
305 * @param status Status of the session modify request.
315 int status,
390 public void receiveSessionModifyResponse(int status, VideoProfile requestedProfile,
395 status,
738 * @param handler A {@code Handler} which command and status changes will be delivered to.
813 * Obtains status hints pertaining to this {@code RemoteConnection}.
313 onSessionModifyResponseReceived( VideoProvider videoProvider, int status, VideoProfile requestedProfile, VideoProfile responseProfile) argument
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java306 * raw pdu of the status report is in the extended data ("pdu").
421 * raw pdu of the status report is in the extended data ("pdu").
595 * to the recipient. The raw pdu of the status report is in the
698 * to the recipient. The raw pdu of the status report is in the
822 * raw pdu of the status report is in the extended data ("pdu").
981 * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
988 public boolean copyMessageToIcc(byte[] smsc, byte[] pdu,int status) { argument
999 status, pdu, smsc);
1044 * @param newStatus new message status (STATUS_ON_ICC_REA
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java626 /** status of the request */
627 public int status; field in class:RttManager.RttResult
642 * only valid when status == RTT_STATUS_FAIL_BUSY_TRY_LATER
780 sb.append(", status=" + mResults[i].status);
829 dest.writeInt(result.status);
881 results[i].status = in.readInt();
990 legacyResults[i].status = result.getStatus();
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h335 enum status { YES, NO, Unknown }; enum in class:mcld::GeneralOptions::HashStyle
345 status m_ExecStack; // execstack, noexecstack
346 status m_NoUndefined; // defs, --no-undefined
347 status m_MulDefs; // muldefs, --allow-multiple-definition
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp1122 status_t status = dumpsys.startDumpThread(service, args); local
1123 if (status == OK) {
1126 status = dumpsys.writeDump(STDOUT_FILENO, service, service_timeout,
1130 bool dump_complete = (status == OK);
1133 section_reporter.setStatus(status);
1192 status_t status = dumpsys.startDumpThread(service, args); local
1193 if (status == OK) {
1194 status = ds.AddZipEntryFromFd(path, dumpsys.getDumpFd(), service_timeout);
1195 bool dumpTerminated = (status == OK);
1201 section_reporter.setStatus(status);
[all...]
H A Dutils.cpp562 int status = DumpFileToFd(STDOUT_FILENO, title, path); local
566 return status;
682 int status = RunCommandToFd(STDOUT_FILENO, title, full_command, options); local
690 return status;
1123 int status = local
1126 if (status == 0) {
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp835 auto status = WaitForPredictedVSync(); local
837 !status,
839 status.GetErrorMessage().c_str());
843 if (!status)
848 vsync_timestamp = status.get();
901 auto status = composer_callback_->GetVsyncTime(target_display_->id);
907 status ? status.get() : last_vsync_timestamp_;
/frameworks/native/services/inputflinger/
H A DEventHub.cpp463 status_t status = NAME_NOT_FOUND; local
471 status = NO_ERROR;
476 if (status != NO_ERROR && device->keyMap.haveKeyLayout()) {
479 status = NO_ERROR;
483 if (status == NO_ERROR) {
492 if (status != NO_ERROR) {
498 return status;
1296 status_t status = loadVirtualKeyMapLocked(device); local
1297 if (!status) {
1498 status_t status local
[all...]
H A DInputDispatcher.h813 Status status; member in class:android::InputDispatcher::Connection
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java325 mISupplicant.listInterfaces((SupplicantStatus status,
327 if (status.code != SupplicantStatusCode.SUCCESS) {
328 Log.e(TAG, "Getting Supplicant Interfaces failed: " + status.code);
347 (SupplicantStatus status, ISupplicantIface iface) -> {
348 if (status.code != SupplicantStatusCode.SUCCESS) {
349 Log.e(TAG, "Failed to get ISupplicantIface " + status.code);
380 (SupplicantStatus status, ISupplicantIface iface) -> {
381 if (status.code != SupplicantStatusCode.SUCCESS
382 && status.code != SupplicantStatusCode.FAILURE_IFACE_EXISTS) {
383 Log.e(TAG, "Failed to create ISupplicantIface " + status
2178 checkStatusAndLogFailure(SupplicantStatus status, final String methodStr) argument
[all...]
H A DSupplicantStaNetworkHal.java950 mISupplicantStaNetwork.getId((SupplicantStatus status, int idValue) -> {
951 statusOk.value = status.code == SupplicantStatusCode.SUCCESS;
955 checkStatusAndLogFailure(status, methodStr);
972 SupplicantStatus status = mISupplicantStaNetwork.registerCallback(callback);
973 return checkStatusAndLogFailure(status, methodStr);
987 SupplicantStatus status = mISupplicantStaNetwork.setSsid(ssid);
988 return checkStatusAndLogFailure(status, methodStr);
1019 SupplicantStatus status = mISupplicantStaNetwork.setBssid(bssid);
1020 return checkStatusAndLogFailure(status, methodStr);
1033 SupplicantStatus status
2418 checkStatusAndLogFailure(SupplicantStatus status, final String methodStr) argument
[all...]

Completed in 442 milliseconds

<<2122232425262728