Searched refs:status (Results 376 - 400 of 521) sorted by relevance

<<11121314151617181920>>

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiLinkLayerStats.java36 * The current status of this network configuration entry.
40 public int status; field in class:WifiLinkLayerStats
/frameworks/native/libs/ui/
H A DFence.cpp112 if (finfo->status != 1) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java117 * Callback message sent when message status is changed
136 * Callback message sent when notification status is changed
358 int status = request.isSuccess() ? STATUS_OK : STATUS_FAILED;
360 Log.v(TAG, "MSG_REQUEST_COMPLETED (" + status + ") for "
696 * @param status <code>true</code> if notifications shall be enabled,
701 public boolean setNotificationRegistration(boolean status) { argument
706 if (status) {
981 * Sets read status of message on MSE
1009 * Sets deleted status of message on MSE
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp161 if (buffer.status == CAMERA3_BUFFER_STATUS_ERROR) {
197 if (buffer.status == CAMERA3_BUFFER_STATUS_ERROR) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java340 * by applications like status bar which would just like to know the state of the
372 * by applications like status bar which would just like to know the state of the
400 * by applications like status bar which would just like to know the state of the
431 int status) {
432 mCallback.onHealthAppConfigurationStatusChange(config, status);
430 onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status) argument
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java295 int status = p.waitFor();
296 if (status == 0) {
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DPresetReverbTest.java231 public void onParameterChange(PresetReverb effect, int status, int param, short value) { argument
232 Log.d(TAG,"onParameterChange, status: "+status+" p: "+param+" v: "+value);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java315 public void onStatusChanged(int status, int cameraId) argument
317 Log.v(TAG, String.format("Camera %d has status changed to 0x%x", cameraId, status));
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java453 public void onStatusChanged(String provider, int status, Bundle extras) {
468 public void onStatusChanged(String provider, int status, Bundle extras) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java333 * @param provider - name of provider whose status changed
334 * @param status - new status
335 * @param extras - optional set of extra status messages
337 public void onStatusChanged(String provider, int status, Bundle extras) { argument
339 mTrackerData.writeEntry(provider, "status change: " + status);
/frameworks/native/libs/binder/
H A DProcessState.cpp202 // driver API does not return status.
213 status_t status = IPCThreadState::self()->transact( local
215 if (status == DEAD_OBJECT)
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp188 uint32_t* texName, uint32_t* fbName, uint32_t* status) {
200 *status = glCheckFramebufferStatus(GL_FRAMEBUFFER);
187 bindImageAsFramebuffer(EGLImageKHR image, uint32_t* texName, uint32_t* fbName, uint32_t* status) argument
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.h130 extern SLresult android_fx_statusToResult(android::status_t status);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMonitor.java305 /* P2P-GO-NEG-FAILURE status=x */
326 /* P2P-INVITATION-RESULT status=1 */
354 * | status(1byte) | vendor specific(variable) |
358 * status=1(service protocol type not available)<br>
362 * status=1(service protocol type not available)
370 * length=153,type=2(UPnP),transaction id=3,status=0
382 * length=25, type=1(Bonjour),transaction id=2,status=0
854 String status[] = substr.split(" ");
855 for (String key : status) {
905 int status
[all...]
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp226 status_t status = (*mDownmixHandle)->command(mDownmixHandle, local
230 if (status != 0 || cmdStatus != 0) {
232 status, cmdStatus);
240 status = (*mDownmixHandle)->command(mDownmixHandle,
243 if (status != 0 || cmdStatus != 0) {
245 status, cmdStatus);
264 status = (*mDownmixHandle)->command(mDownmixHandle,
268 if (status != 0 || cmdStatus != 0) {
270 status, cmdStatus);
503 status_t status local
557 const status_t status = initTrackDownmix(&mState.tracks[name], name); local
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java723 TextView statusView = (TextView) v.findViewById(R.id.status);
724 final String status = getStatus();
725 if (!TextUtils.isEmpty(status)) {
726 statusView.setText(status);
748 * and status message accordingly.
782 * @param enabledStatusMessageResId The on status message, e.g 'sound disabled'
783 * @param disabledStatusMessageResId The off status message, e.g. 'sound enabled'
819 TextView statusView = (TextView) v.findViewById(R.id.status);
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java59 * <p>BatteryService monitors the charging status, and charge level of the device
69 * <p>&quot;status&quot; - String, the current charging status.<br />
509 ", scale:" + BATTERY_SCALE + ", status:" + mBatteryProps.batteryStatus +
621 pw.println(" status: " + mBatteryProps.batteryStatus);
643 } else if ("status".equals(key)) {
678 pw.println(" set [ac|usb|wireless|status|level|invalid] <value>");
725 final int status = mBatteryProps.batteryStatus;
727 if (status == BatteryManager.BATTERY_STATUS_CHARGING) {
735 } else if (status
[all...]
/frameworks/native/libs/gui/
H A DGLConsumer.cpp420 status_t status = releaseBufferLocked( local
423 if (status < NO_ERROR) {
425 strerror(-status), status);
426 err = status;
/frameworks/native/libs/input/
H A DInputTransport.cpp826 status_t status = OK; local
827 while (!status && chainIndex-- > 0) {
828 status = sendUnchainedFinishedSignal(chainSeqs[chainIndex], handled);
830 if (status) {
838 return status;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java92 * Here, the error class is defined by the bits from 9-8, the status code by the bits from 7-0.
95 private int status; field in class:SmsMessage
244 // First byte is status: RECEIVED_READ, RECEIVED_UNREAD, STORED_SENT,
432 * Returns the status for a previously submitted message.
433 * For not interfering with status codes from GSM, this status code is
438 return (status << 16);
764 // other messages, it would be unclear what the status
768 // indicate successful delivery (status == 0).
773 status
[all...]
/frameworks/rs/
H A DrsContext.cpp573 int status; local
580 status = pthread_attr_init(&threadAttr);
581 if (status) {
598 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
599 if (status) {
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp167 SLuint32 status; local
168 result = (*caller)->GetPrefetchStatus(caller, &status);
170 printf("prefetch level=%d status=0x%x event=%d\n", level, status, event);
173 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
177 new_prefetch_status = status;
474 /* for prefetch status */
597 /* Get the prefetch status interface which was explicitly requested */
757 // wait for prefetch status callback to indicate either sufficient data or error
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp481 p->status = 0;
484 p->status = -EINVAL;
507 p->status = -EINVAL;
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp103 status_t status = mThread->join(); local
104 if (status != WOULD_BLOCK) {
107 CHECK_EQ(status, (status_t)NO_ERROR);
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp231 const status_t status = lpRecorder->set(paa->source, local
245 if (status != NO_ERROR) {
246 ALOGE("Error creating AudioRecord instance: initialization check failed with status %d.",
247 status);

Completed in 910 milliseconds

<<11121314151617181920>>