Searched refs:status (Results 201 - 225 of 648) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp140 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
196 Bool status = PV_TRUE; local
629 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE;
636 status = SetProfile_BufferSize(video, video->encParams->VBV_delay, 1);
637 if (status != PV_TRUE)
996 status = PV_FALSE;
1006 status = PV_FALSE;
1015 status = PV_FALSE;
1025 status = PV_FALSE;
1034 status
1389 Bool status = PV_TRUE; local
1683 Bool status = PV_TRUE; local
2440 PV_STATUS status = PV_SUCCESS; local
2602 PV_STATUS status = PV_SUCCESS; local
2859 UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status) argument
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java169 assertTrue(c.status == Status.ENABLED);
171 assertFalse(c.status == Status.ENABLED);
183 assertTrue(c.status == Status.DISABLED);
267 // Test case 6: test configured network status
278 assertTrue(c.status != WifiConfiguration.Status.CURRENT);
290 assertTrue(c.status == WifiConfiguration.Status.CURRENT);
292 assertTrue(c.status != WifiConfiguration.Status.CURRENT);
303 assertTrue(c.status != WifiConfiguration.Status.CURRENT);
/frameworks/base/media/java/android/media/
H A DImageReader.java334 int status = ACQUIRE_NO_BUFS;
336 status = nativeImageSetup(si);
339 switch (status) {
346 throw new AssertionError("Unknown nativeImageSetup return code " + status);
351 if (status == ACQUIRE_SUCCESS) {
354 return status;
390 int status = acquireNextSurfaceImage(si);
392 switch (status) {
403 throw new AssertionError("Unknown nativeImageSetup return code " + status);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java229 public void onRefreshBatteryInfo(KeyguardUpdateMonitor.BatteryStatus status) {
230 boolean isChargingOrFull = status.status == BatteryManager.BATTERY_STATUS_CHARGING
231 || status.status == BatteryManager.BATTERY_STATUS_FULL;
232 mPowerPluggedIn = status.isPluggedIn() && isChargingOrFull;
233 mPowerCharged = status.isCharged();
234 mChargingWattage = status.maxChargingWattage;
235 mChargingSpeed = status.getChargingSpeed(mSlowThreshold, mFastThreshold);
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.cpp125 status_t status = parseUrl(); local
127 if (OK != status) {
129 return status;
/frameworks/av/media/libstagefright/
H A DMediaClock.cpp159 status_t status = local
161 if (status != OK) {
162 return status;
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dreflist.cpp142 AVCStatus status = AVC_SUCCESS; local
149 status = ReorderRefPicList(video, 0);
150 if (status != AVC_SUCCESS)
151 return status;
158 return status;
164 AVCStatus status; local
232 status = ReorderShortTerm(video, picNumLX, &refIdxLX, isL1);
233 if (status != AVC_SUCCESS)
235 return status;
240 status
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c72 /* macros to determine picture status. Note that IS_SHORT_TERM macro returns
75 #define IS_REFERENCE(a) ((a).status)
76 #define IS_EXISTING(a) ((a).status > NON_EXISTING)
78 ((a).status == NON_EXISTING || (a).status == SHORT_TERM)
79 #define IS_LONG_TERM(a) ((a).status == LONG_TERM)
82 #define SET_UNUSED(a) (a).status = UNUSED;
440 dpb->buffer[index].status = LONG_TERM;
581 dpb->currentOut->status = LONG_TERM;
642 u32 i, status; local
[all...]
/frameworks/base/core/java/android/os/
H A DUpdateEngine.java64 * Update status code from the update engine. Values must agree with the
93 public void onStatusUpdate(final int status, final float percent) {
98 callback.onStatusUpdate(status, percent);
102 callback.onStatusUpdate(status, percent);
/frameworks/base/media/java/android/media/audiofx/
H A DBassBoost.java155 * @param status status of the set parameter operation.
159 void onParameterChange(BassBoost effect, int status, int param, short value); argument
170 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
189 l.onParameterChange(BassBoost.this, status, p, v);
H A DPresetReverb.java171 * @param status status of the set parameter operation.
175 void onParameterChange(PresetReverb effect, int status, int param, short value); argument
186 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
205 l.onParameterChange(PresetReverb.this, status, p, v);
/frameworks/base/packages/DocumentsUI/app-perf-tests/src/com/android/documentsui/
H A DFilesAppPerfTest.java87 final Bundle status = new Bundle();
90 status.putDouble(key, median);
92 getInstrumentation().sendStatus(Activity.RESULT_OK, status);
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUResponse.java29 String status = root.getAttributeValue(ns + SPPStatusAttribute);
30 if (status == null) {
31 throw new OMAException("Missing status");
33 mStatus = OMAConstants.mapStatus(status);
93 return String.format("%s version '%s', status %s, session-id '%s'%s",
/frameworks/base/tools/aapt/
H A DWorkQueue.cpp48 status_t status = workThread->run("WorkQueue::WorkThread"); local
49 if (status) {
50 return status;
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp50 GLenum status; local
51 status = glCheckFramebufferStatus(GL_FRAMEBUFFER);
52 switch (status) {
/frameworks/rs/driver/runtime/
H A Drs_core.c114 uint32_t prev, status; local
118 status = __sync_val_compare_and_swap(ptr, prev, n);
119 } while (status != prev);
124 int32_t prev, status; local
128 status = __sync_val_compare_and_swap(ptr, prev, n);
129 } while (status != prev);
134 uint32_t prev, status; local
138 status = __sync_val_compare_and_swap(ptr, prev, n);
139 } while (status != prev);
144 int32_t prev, status; local
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaItemStatus.java25 * Describes the playback status of a media item.
38 * While the item is playing, the playback status may also include progress information
43 * To monitor playback status, the application should supply a {@link PendingIntent} to use as the
44 * {@link MediaControlIntent#EXTRA_ITEM_STATUS_UPDATE_RECEIVER item status update receiver}
46 * the status update receiver will only be invoked for major status changes such as a
49 * The status update receiver will not be invoked for minor progress updates such as
52 * {@link MediaControlIntent#ACTION_GET_STATUS get status request} to poll for changes
168 * Integer extra: HTTP status code.
170 * Specifies the HTTP status cod
332 Builder(MediaItemStatus status) argument
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java401 int status = (int)((MAX_BROADCAST_TIME - delay) * 1.0 *
403 sInstance.setRebootProgress(status, null);
477 int status = (int)((MAX_SHUTDOWN_WAIT_TIME - delay) * 1.0 *
480 status += RADIO_STOP_PERCENT;
481 sInstance.setRebootProgress(status, null);
572 int status = (int)((timeout - delay) * 1.0 *
574 status += PACKAGE_MANAGER_STOP_PERCENT;
575 sInstance.setRebootProgress(status, null);
676 public void onProgress(int status) {
677 if (status >
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp294 int status; local
365 int status = 0; local
433 status = -EINVAL;
444 status = -EINVAL;
455 status = -EINVAL;
483 status = -EINVAL;
506 status = -EINVAL;
510 return status;
534 int status = 0; local
547 status
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp33 AssemblyStatus status; local
35 status = assembleMore(source);
37 if (status == WRONG_SEQUENCE_NUMBER) {
53 if (status == NOT_ENOUGH_DATA) {
/frameworks/base/core/java/android/ddm/
H A DDdmHandleThread.java104 //Log.d("ddm-thread", "Thread status request");
106 byte[] status = DdmVmInternal.getThreadStats();
107 if (status != null)
108 return new Chunk(CHUNK_THST, status, 0, status.length);
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java45 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java43 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java22 void onSetDisabled(int status); argument
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java74 int status, VideoProfile requestProfile, VideoProfile responseProfile) {
76 args.arg1 = status;
125 int status = (int) args.arg1;
129 receiveSessionModifyResponse(status, requestProfile, responseProfile);
73 receiveSessionModifyResponse( int status, VideoProfile requestProfile, VideoProfile responseProfile) argument

Completed in 1746 milliseconds

1234567891011>>