/libcore/luni/src/main/java/java/util/concurrent/ |
ThreadPoolExecutor.java | 304 * permitted to start and not permitted to stop. The value may be 315 * STOP: Don't accept new tasks, don't process queued tasks, 328 * (RUNNING or SHUTDOWN) -> STOP 332 * STOP -> TIDYING 354 private static final int STOP = 1 << COUNT_BITS; 637 * @param targetState the desired state, either SHUTDOWN or STOP 651 * and queue empty) or (STOP and pool empty). If otherwise [all...] |
/frameworks/av/media/libmedia/ |
IAudioTrack.cpp | 34 STOP, 80 virtual void stop() function in class:android::BpAudioTrack 84 remote()->transact(STOP, data, &reply); 212 case STOP: { 214 stop();
|
IMediaPlayer.cpp | 39 STOP, 143 status_t stop() function in class:android::BpMediaPlayer 147 remote()->transact(STOP, data, &reply); 401 case STOP: { 403 reply->writeInt32(stop());
|
IMediaRecorder.cpp | 38 STOP, 259 status_t stop() function in class:android::BpMediaRecorder 261 ALOGV("stop"); 264 remote()->transact(STOP, data, &reply); 328 case STOP: { 329 ALOGV("STOP"); 331 reply->writeInt32(stop());
|
/external/grub/netboot/ |
depca.c | 288 #define STOP 0x0004 /* Stop */ 472 outw(STOP, DEPCA_DATA) 545 if (inw(DEPCA_DATA) != STOP) 547 printf("depca: Cannot stop NIC\n"); 660 ** Stop the search IMMEDIATELY after the signature is found so that the 693 if (inw(DEPCA_DATA) != STOP)
|
/frameworks/av/include/drm/ |
drm_framework_common.h | 136 * Constant field signifies playback stop 138 static const int STOP = 0x01;
|
/system/core/toolbox/ |
kill.c | 29 _SIG(STOP),
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
expspeed.c | 152 #define STOP 1 307 tm=Time_F(STOP);
|
/external/openssl/crypto/bn/ |
expspeed.c | 152 #define STOP 1 307 tm=Time_F(STOP);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowPresenter.java | 162 } else if (action == MediaAction.STOP) { 242 } else if (action == MediaAction.STOP) {
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_time.c | 323 #define STOP 1 450 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ 540 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des_opts.c | 358 #define STOP 1 410 tm[index]=Time_F(STOP); \ 461 d=Time_F(STOP);
|
/external/openssl/apps/ |
s_time.c | 323 #define STOP 1 450 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ 540 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
|
/external/openssl/crypto/des/ |
des_opts.c | 358 #define STOP 1 410 tm[index]=Time_F(STOP); \ 461 d=Time_F(STOP);
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_imdct_synth.cpp | 66 stop window 121 #define STOP 3 260 case STOP:
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphRunner.java | 51 private static final Event STOP_EVENT = new Event(Event.STOP, null); 93 public static final int STOP = 4; 141 case Event.STOP: 714 public void stop() { method in class:GraphRunner [all...] |
CameraStreamer.java | 750 public static final int STOP = 3; 1736 public void stop() { method in class:CameraStreamer [all...] |
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilPlayer.java | 59 STOP, 283 return mAction == SmilPlayerAction.STOP; 340 public synchronized void stop() { method in class:SmilPlayer 342 mAction = SmilPlayerAction.STOP; 470 Log.v(TAG, "[STOP] " + " at " + mCurrentTime 527 Log.v(TAG, "[STOP] " + " at " + mCurrentTime + " " 551 // Stop any started entries, and skip the not started entries until
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/ |
lc3b-mp22NC.asm | 63 STOP: BRnzp STOP
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
VideoViewTest.java | 90 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.STOP));
|
/external/valgrind/main/VEX/switchback/ |
binary_switchback.pl | 11 # - Everything between (not including) /^---START---$/ and /^---STOP---$/ 227 if ($line =~ /^---STOP---$/) { last; } # we're done 232 $ok = 0; # stop on prev line
|
/packages/apps/Mms/src/com/android/mms/model/ |
MediaModel.java | 62 STOP,
|
VideoModel.java | 172 action = MediaAction.STOP;
|
/external/oprofile/utils/ |
opcontrol | 145 -t/--stop stop data collection 146 -h/--shutdown stop data collection and kill daemon 725 -t|--stop) 731 STOP=yes 738 STOP=yes 767 STOP=yes 970 # stop any existing daemon 998 # no error message, do_kill_daemon imply stop and stop alread [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_host.h | 236 STOP, // Stop syncing and let backend stop sync thread. 237 STOP_AND_CLAIM_THREAD, // Stop syncing and return sync thread.
|