Searched refs:status (Results 501 - 525 of 835) sorted by relevance

<<21222324252627282930>>

/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp146 status_t status = getFrameSizeByOffset(source, offset, mIsWide, &frameSize); local
147 if (status == ERROR_END_OF_STREAM) {
149 } else if (status != OK) {
H A DFLACExtractor.cpp171 void errorCallback(FLAC__StreamDecoderErrorStatus status);
203 FLAC__StreamDecoderErrorStatus status,
264 FLAC__StreamDecoderErrorStatus status, void *client_data)
266 ((FLACParser *) client_data)->errorCallback(status);
378 void FLACParser::errorCallback(FLAC__StreamDecoderErrorStatus status) argument
380 ALOGE("FLACParser::errorCallback status=%d", status);
381 mErrorStatus = status;
262 error_callback( const FLAC__StreamDecoder * , FLAC__StreamDecoderErrorStatus status, void *client_data) argument
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp104 status_t status = service->attach(module, soundTrigger, soundTrigger->mISoundTrigger); local
106 if (status == NO_ERROR && soundTrigger->mISoundTrigger != 0) {
109 ALOGW("Error %d connecting to sound trigger service", status);
/frameworks/base/core/tests/coretests/src/android/view/
H A DPinchZoomAction.java223 Swiper.Status status;
227 status = sendPinchZoomAction(uiController, this.mFirstFingerStartCoords,
237 if (status == Swiper.Status.FAILURE) {
/frameworks/base/libs/hwui/
H A DOpenGLReadback.cpp254 GLenum status = GL_NO_ERROR; local
255 while ((status = glGetError()) != GL_NO_ERROR) {
256 ALOGW("glEGLImageTargetTexture2DOES failed (%#x)", status);
/frameworks/base/location/java/android/location/
H A DLocationManager.java137 * Key used for a Bundle extra holding an Integer status value
138 * when a status change is broadcast using a PendingIntent.
140 public static final String KEY_STATUS_CHANGED = "status";
143 * Key used for a Bundle extra holding an Boolean status value
258 public void onStatusChanged(String provider, int status, Bundle extras) { argument
263 b.putInt("status", status);
296 int status = b.getInt("status");
298 mListener.onStatusChanged(provider, status, extra
1367 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
1947 getGpsStatus(GpsStatus status) argument
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DEqualizer.java380 * @param status status of the set parameter operation.
385 void onParameterChange(Equalizer effect, int status, int param1, int param2, int value); argument
396 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
422 l.onParameterChange(Equalizer.this, status, p1, p2, v);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryControllerImpl.java119 final int status = intent.getIntExtra(BatteryManager.EXTRA_STATUS,
121 mCharged = status == BatteryManager.BATTERY_STATUS_FULL;
122 mCharging = mCharged || status == BatteryManager.BATTERY_STATUS_CHARGING;
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java220 public void deviceStatusChanged(Device device, MidiDeviceStatus status) { argument
226 listener.onDeviceStatusChanged(status);
373 public void setDeviceStatus(MidiDeviceStatus status) { argument
374 mDeviceStatus = status;
618 // Inform listener of the status of all known devices.
625 MidiDeviceStatus status = device.getDeviceStatus();
626 if (status != null) {
627 listener.onDeviceStatusChanged(status);
764 public void setDeviceStatus(IMidiDeviceServer server, MidiDeviceStatus status) { argument
771 device.setDeviceStatus(status);
776 notifyDeviceStatusChanged(Device device, MidiDeviceStatus status) argument
[all...]
/frameworks/native/cmds/lshal/
H A DLshal.cpp221 Status status = parseArgs(arg); local
222 if (status != OK) {
223 return status;
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_client.h8 #include <pdx/status.h>
137 Status<LocalChannelHandle> status);
250 Status<LocalChannelHandle> status);
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp70 auto status = display_client->GetDisplayMetrics(); local
71 if (!status) {
73 status.GetErrorMessage().c_str(), status.error());
77 *width = status.get().display_width;
78 *height = status.get().display_height;
516 Error status = display_ptr->GetFrame(&frame.layers); local
527 if (status != Error::NONE)
528 return status;
819 Error status local
[all...]
/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadEvdev.cpp54 status_t status = OK; local
73 status = configuration_status;
76 return status;
/frameworks/wilhelm/src/itf/
H A DIEffectSend.cpp93 /** \brief This is a private function that translates an Android effect framework status code
97 static SLresult translateEnableFxSendError(android::status_t status) { argument
98 switch (status) {
104 SL_LOGE("EffectSend status %u", status);
/frameworks/wilhelm/tests/examples/
H A DslesTestPlayFdPath.cpp58 SLuint32 status; local
59 result = (*caller)->GetPrefetchStatus(caller, &status);
62 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java209 /** Possible status of a network configuration. */
233 // Fixme We need remove this field to use only Quality network selection status only
235 * The current status of this network configuration entry.
238 public int status; field in class:WifiConfiguration
505 * A summary of the RSSI and Band status for that configuration
571 * Cache the visibility status of this configuration.
584 public void setVisibility(Visibility status) { argument
585 visibility = status;
825 * Maximum Network selection status
830 * Quality network selection status Strin
1176 setNetworkSelectionStatus(int status) argument
1388 setNetworkSelectionStatus(NetworkSelectionStatus status) argument
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp121 // @param[out] status On exit contains the status code to be returned.
125 status_t *status)
131 *status = NOT_ENOUGH_DATA;
138 *status = BAD_VALUE;
153 *status = NOT_ENOUGH_DATA;
163 *status = BAD_VALUE;
175 *status = OK;
222 // @param[out] status On exit contains the status cod
123 unmarshallFilter(const Parcel& p, Metadata::Filter *filter, status_t *status) argument
755 setDataSource_post( const sp<MediaPlayerBase>& p, status_t status) argument
961 status_t status; local
1719 status_t status = mTrack->getTimestamp(&ets); local
2075 status_t status = mTrack->start(); local
2285 VolumeShaper::Status status; local
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java143 int status = batteryChangedIntent.getIntExtra(BatteryManager.EXTRA_STATUS,
146 if (status == BatteryManager.BATTERY_STATUS_CHARGING) {
148 } else if (status == BatteryManager.BATTERY_STATUS_DISCHARGING) {
150 } else if (status == BatteryManager.BATTERY_STATUS_NOT_CHARGING) {
152 } else if (status == BatteryManager.BATTERY_STATUS_FULL) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java729 * > status - The status needs to be explicitly updated using
856 configuration.status = WifiConfiguration.Status.DISABLED;
933 * @return NetworkUpdateResult object representing status of the update.
1032 * @return NetworkUpdateResult object representing status of the update.
1194 NetworkSelectionStatus status = config.getNetworkSelectionStatus();
1195 status.setNetworkSelectionStatus(
1197 status.setDisableTime(
1199 status.setNetworkSelectionDisableReason(NetworkSelectionStatus.NETWORK_SELECTION_ENABLE);
1202 status
1238 setNetworkStatus(WifiConfiguration config, int status) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp596 status_t status = msg->postAndAwaitResponse(&response); local
597 if (status == OK && response != NULL) {
598 CHECK(response->findInt32("status", &status));
599 ALOGV("releaseCrypto ret: %d ", status);
601 ALOGE("releaseCrypto err: %d", status);
604 return status;
609 status_t status = INVALID_OPERATION; local
611 status = mCodec->releaseCrypto();
614 status
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_HwParcel.cpp377 Status status;
380 status = Status::ok();
383 status = Status::fromStatusT(UNKNOWN_ERROR);
392 status_t err = ::android::hardware::writeToParcel(status, parcel);
402 Status status; local
403 status_t err = ::android::hardware::readFromParcel(&status, *parcel);
825 status_t status = parcel->readBuffer(expectedSize, &handle, &ptr); local
827 if (status != OK) {
844 status_t status = local
853 if (status !
[all...]
H A Dandroid_hardware_SensorManager.cpp382 int8_t status; local
390 status = buffer[i].vector.status;
393 status = buffer[i].heart_rate.status;
396 status = SENSOR_STATUS_ACCURACY_HIGH;
404 status,
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp851 status_t status = aec->initCheck(); local
852 if (status == NO_ERROR || status == ALREADY_EXISTS) {
890 status_t status = track->obtainBuffer(&buffer, 1); local
891 if (status == NO_ERROR) {
896 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
906 status_t status = record->obtainBuffer(&buffer, 1); local
907 if (status == NO_ERROR) {
912 } else if (status !
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DXmlUtil.java433 XmlUtil.writeNextValue(out, XML_TAG_STATUS, configuration.status);
562 int status = (int) value;
565 if (status == WifiConfiguration.Status.CURRENT) {
566 status = WifiConfiguration.Status.ENABLED;
568 configuration.status = status;
867 * Write the NetworkSelectionStatus data elements from the provided status to the XML
929 // Now figure out the network selection status codes from |selectionStatusString| &
931 int status =
939 // (blacklisted), restore the status a
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java169 if (response.status != LIBLOAD_SUCCESS
170 && response.status != LIBLOAD_FAILED_WAITING_FOR_RELRO) {
171 return response.status;
190 if (loadNativeRet == LIBLOAD_SUCCESS) return response.status;
332 if (response.status != LIBLOAD_SUCCESS
333 && response.status != LIBLOAD_FAILED_WAITING_FOR_RELRO) {
335 + getWebViewPreparationErrorReason(response.status));

Completed in 599 milliseconds

<<21222324252627282930>>