/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
ARM_DELIVERY.TXT | 28 But Beta also indicates that pre-release reliability trials are ongoing and
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
ARM_DELIVERY.TXT | 28 But Beta also indicates that pre-release reliability trials are ongoing and
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
ARM_DELIVERY.TXT | 28 But Beta also indicates that pre-release reliability trials are ongoing and
|
/frameworks/base/docs/html/training/notify-user/ |
managing.jd | 100 notification ID. This method also deletes ongoing notifications.
|
/frameworks/base/libs/common_time/ |
clock_recovery.h | 47 // Applies the next step in any ongoing slew change operation. Returns a
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
CookiePolicyTest.java | 34 HttpCookie cookie = new HttpCookie("Harmony_6", "ongoing");
|
/libcore/luni/src/main/java/java/util/ |
TimerTask.java | 101 * progress it returns the execution time of the ongoing task. Tasks which
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransferActivity.java | 57 * Handle all transfer related dialogs: -Ongoing transfer -Receiving one file 74 // ongoing transfer-0 complete transfer-1 150 // update progress bar for ongoing transfer 458 * Update button when one transfer goto complete from ongoing
|
BluetoothOppNotification.java | 52 * where there is an ongoing transfer, incoming transfer need confirm and 118 long timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers. 369 if (V) Log.v(TAG, "ongoing transfer notification was removed");
|
/external/chromium_org/content/common/ |
input_messages.h | 140 // This message confirms an ongoing composition. 240 // Required for cancelling an ongoing input method composition.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPlugin.h | 146 // Confirms an ongoing composition and returns true if there is an ongoing
|
/external/chromium_org/win8/metro_driver/ime/ |
text_store.h | 209 // Cancels the ongoing composition if exists. 212 // Confirms the ongoing composition if exists.
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
pausing.jd | 45 you to stop ongoing actions that should not continue while paused (such as a video) or persist 70 <li>Stop animations or other ongoing actions that could consume CPU.</li>
|
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetDecoder.java | 86 private static final String ONGOING = "ONGOING"; 154 * is ongoing. 163 * if another decoding operation is ongoing. 297 if (state != RESET && state != ONGOING && !(endOfInput && state == END_OF_INPUT)) { 301 state = endOfInput ? END_OF_INPUT : ONGOING;
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpegdec.c | 690 /* sent encode cmd to OMX, queue job into ongoing queue */ 910 /* abort job if in ongoing queue */ 911 CDBG("%s:%d] abort ongoing jobs", __func__, __LINE__); 1105 /* abort job if in ongoing queue */ 1108 /* find job that is OMX ongoing, ask OMX to abort the job */ 1144 /* init ongoing job queue */ 1196 /* deinit ongoing job and cb queue */ [all...] |
mm_jpeg.c | [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | 527 * DESCRIPTION: find a jpeg job from ongoing Jpeg queue by its job ID 535 * encoding. Therefore simply dequeue from the ongoing Jpeg Queue 546 // currely only one jpeg job ongoing, so simply dequeue the head 612 * @data : ptr to ongoing jpeg job data 628 * DESCRIPTION: callback function to release ongoing postprocess job node [all...] |
/packages/apps/Email/src/com/android/email/ |
EmailNotificationController.java | 106 * Return whether or not a notification, based on the passed-in id, needs to be "ongoing" 108 * @return whether or not the notification must be "ongoing" 111 // "Security needed" must be ongoing so that the user doesn't close it; otherwise, sync will 133 Integer number, boolean enableAudio, boolean ongoing) { 150 .setOngoing(ongoing); [all...] |
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | 542 * DESCRIPTION: find a jpeg job from ongoing Jpeg queue by its job ID 550 * encoding. Therefore simply dequeue from the ongoing Jpeg Queue 561 // currely only one jpeg job ongoing, so simply dequeue the head 591 * @data : ptr to ongoing jpeg job data 607 * DESCRIPTION: callback function to release ongoing postprocess job node [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | [all...] |
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | [all...] |
/art/runtime/ |
thread_list.h | 164 // Ongoing suspend all requests, used to ensure threads added to list_ respect SuspendAll.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentRetainInstance.java | 95 * activity instances. It represents some ongoing work, here a thread
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentRetainInstanceSupport.java | 96 * activity instances. It represents some ongoing work, here a thread
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 160 mm_jpeg_queue_t ongoing_job_q; /* queue for ongoing jobs */
|