Searched refs:status (Results 426 - 450 of 835) sorted by relevance

<<11121314151617181920>>

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java302 public void onStatusChanged(int status, String cameraId) argument
304 Log.v(TAG, String.format("Camera %s has status changed to 0x%x", cameraId, status));
306 public void onTorchStatusChanged(int status, String cameraId) argument
308 Log.v(TAG, String.format("Camera %s has torch status changed to 0x%x",
309 cameraId, status));
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMAConstants.java97 public static String mapStatus(OSUStatus status) { argument
98 return sStatusStrings.get(status);
101 public static OSUStatus mapStatus(String status) { argument
102 return sStatusEnums.get(status.toLowerCase());
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPResponse.java78 String[] status = line0.split(" ");
79 if (status.length != 3 || !"HTTP/1.1".equals(status[0])) {
83 statusCode = Integer.parseInt(status[1].trim());
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java38 * Called when the battery status changes, e.g. when plugged in or unplugged, charge
41 * @param status current battery status
43 public void onRefreshBatteryInfo(KeyguardUpdateMonitor.BatteryStatus status) { } argument
/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);
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_manager_client.h8 #include <pdx/status.h>
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient_channel.h6 #include <pdx/status.h>
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dchannel_event_set.h10 #include <pdx/status.h>
/frameworks/native/services/sensorservice/
H A DOrientationSensor.cpp65 outEvent->orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DNetworkListStoreData.java172 // Serialize network selection status.
233 NetworkSelectionStatus status = null;
248 if (status != null) {
252 status = NetworkSelectionStatusXmlUtil.parseFromXml(in, outerTagDepth + 1);
286 configuration.setNetworkSelectionStatus(status);
H A DWifiConnectivityManager.java1121 // Update the bssid's blacklist status when it is disabled because of
1123 BssidBlacklistStatus status = mBssidBlacklist.get(bssid);
1124 if (status == null) {
1126 status = new BssidBlacklistStatus();
1127 mBssidBlacklist.put(bssid, status);
1130 status.blacklistedTimeStamp = mClock.getElapsedSinceBootMillis();
1131 status.counter++;
1132 if (!status.isBlacklisted) {
1133 if (status.counter >= BSSID_BLACKLIST_THRESHOLD
1135 status
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java103 result.status = BitmapResult.STATUS_EXCEPTION;
110 result.status = BitmapResult.STATUS_SUCCESS;
116 result.status = BitmapResult.STATUS_EXCEPTION;
120 result.status = BitmapResult.STATUS_EXCEPTION;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp78 SLuint32 status; local
80 result = (*caller)->GetPrefetchStatus(caller, &status);
83 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
91 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u\n", status);
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp78 SLuint32 status; local
80 (*caller)->GetPrefetchStatus(caller, &status);
82 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
90 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %u\n", status);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp374 int status = OPUS_INVALID_STATE; local
380 &status);
381 if (!mDecoder || status != OPUS_OK) {
382 ALOGV("opus_multistream_decoder_create failed status=%s",
383 opus_strerror(status));
387 status =
390 if (status != OPUS_OK) {
391 ALOGV("Failed to set OPUS header gain; status=%s",
392 opus_strerror(status));
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp75 virtual binder::Status onStatusChanged(int32_t status, const String16& cameraId) { argument
77 mCameraStatuses[cameraId] = status;
82 virtual binder::Status onTorchStatusChanged(int32_t status, const String16& cameraId) { argument
84 mCameraTorchStatuses[cameraId] = status;
104 bool waitForTorchState(int32_t status, int32_t cameraId) const { argument
108 if (iter != mCameraTorchStatuses.end() && iter->second == status) {
119 foundStatus = (iter != mCameraTorchStatuses.end() && iter->second == status);
244 bool waitForStatus(Status status) const {
246 if (mLastStatus == status) {
250 while (std::find(mStatusesHit.begin(), mStatusesHit.end(), status)
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp270 static int check_AudioSystem_Command(status_t status) argument
272 switch (status) {
345 int status = check_AudioSystem_Command(AudioSystem::setParameters(c_keyValuePairs8)); local
346 return (jint) status;
447 int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <audio_devices_t>(device), local
452 return (jint) status;
470 int status = check_AudioSystem_Command(AudioSystem::handleDeviceConfigChange(static_cast <audio_devices_t>(device), local
474 return (jint) status;
1180 status_t status; local
1192 status
1251 status_t status; local
1382 status_t status = AudioSystem::releaseAudioPatch(handle); local
1406 status_t status; local
1578 status_t status = AudioSystem::setAudioPortConfig(&nAudioPortConfig); local
1722 status_t status; local
[all...]
/frameworks/base/tools/incident_report/
H A Dmain.cpp375 int status; local
377 waitpid(pid, &status, 0);
378 } while (!WIFEXITED(status));
379 if (WEXITSTATUS(status) != 0) {
380 return WEXITSTATUS(status);
566 int status; local
568 waitpid(childPid, &status, 0);
569 } while (!WIFEXITED(status));
570 if (WEXITSTATUS(status) != 0) {
571 return WEXITSTATUS(status);
[all...]
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp68 // Prefetch status callback
77 SLuint32 status; local
78 result = (*caller)->GetPrefetchStatus(caller, &status);
82 && level == 0 && status == SL_PREFETCHSTATUS_UNDERFLOW) {
85 status == SL_PREFETCHSTATUS_SUFFICIENTDATA) {
86 new_prefetch_status = status;
250 // get the prefetch status interface
254 // enable prefetch status callbacks
312 // wait for prefetch status callback to indicate either sufficient data or error
/frameworks/base/media/java/android/media/
H A DAudioManager.java2256 int status = AUDIOFOCUS_REQUEST_FAILED;
2259 // status is guaranteed to be either AUDIOFOCUS_REQUEST_FAILED or
2262 status = requestAudioFocus(l,
2271 return status;
2486 final int status;
2495 status = service.requestAudioFocus(afr.getAudioAttributes(),
2505 return status;
2624 int status = AUDIOFOCUS_REQUEST_FAILED;
2628 status = service.abandonAudioFocus(mAudioFocusDispatcher,
2633 return status;
[all...]
/frameworks/av/media/libaudiohal/
H A DStreamHalHidl.cpp92 status_t status = parametersFromHal(kvPairs, &hidlParams); local
93 if (status != OK) return status;
101 status_t status = keysFromHal(keys, &hidlKeys); local
102 if (status != OK) return status;
309 status_t status; local
310 if (!mDataMQ && (status = prepareForWriting(bytes)) != OK) {
311 return status;
353 ALOGE("status messag
[all...]
/frameworks/av/media/libstagefright/omx/1.0/
H A DConversion.h606 status_t status = l->unflatten(constBuffer, size, constFds, numFds); local
611 return status == NO_ERROR;
1411 status_t status = unflatten( local
1414 if (status != NO_ERROR) {
1421 return status;
1474 status_t status = flatten( local
1476 if (status != NO_ERROR) {
1477 return status;
1552 status_t status = unflatten( local
1555 if (status !
1588 status_t status = flatten(t.deltas[deltaIndex], buffer, size, fds, numFds); local
1730 status_t status = rect.unflatten(buffer, size); local
1764 status_t status = rect.flatten(buffer, size); local
1915 status_t status = flattenFence(hidl_handle(*nh), buffer, size, fds, numFds); local
1966 status_t status = unflattenFence(&(t->fence), nh, local
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java444 * This file contains the current sync status. We would like to retain
481 mStatusFile = new AtomicFile(new File(syncDir, "status.bin"));
944 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident);
945 status.pending = pendingValue;
1124 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId);
1126 status.numSyncs++;
1127 status.totalElapsedTime += elapsedTime;
1130 status.numSourceLocal++;
1133 status.numSourcePoll++;
1136 status
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackTest.java104 assertEquals(device.status, WifiP2pDevice.AVAILABLE);
200 assertEquals(device.status, WifiP2pDevice.UNAVAILABLE);
370 byte status = ISupplicantP2pIfaceCallback.P2pProvDiscStatusCode.SUCCESS;
377 p2pDeviceAddr, isRequest, status, configMethods, generatedPin);
384 p2pDeviceAddr, isRequest, status, configMethods, generatedPin);
393 p2pDeviceAddr, isRequest, status, configMethods, generatedPin);
400 p2pDeviceAddr, isRequest, status, configMethods, generatedPin);
409 p2pDeviceAddr, isRequest, status, configMethods, generatedPin);
416 p2pDeviceAddr, isRequest, status, configMethods, generatedPin);
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp400 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Dequeue, local
402 if (status != NO_ERROR) {
403 return status;
721 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Attach, &found); local
722 if (status != NO_ERROR) {
723 return status;
1169 int status = NO_ERROR; local
1189 status = IInterface::asBinder(listener)->linkToDeath(
1191 if (status != NO_ERROR) {
1193 strerror(-status), statu
1224 int status = NO_ERROR; local
[all...]

Completed in 1120 milliseconds

<<11121314151617181920>>