/external/opencore/pvmi/pvmf/src/ |
pvmf_sync_util.cpp | 20 * @brief Utility class to synchronize processing of media data to a specified clock. 121 // No clock to synchronize to. Process data ASAP. 123 (0, "PvmfSyncUtil::SyncMediaData: No clock available")); 127 // Get current playback clock time 141 (0, "PvmfSyncUtil::SyncMediaData: In Sync Clock(%d), TS(%d)", currentTime, aDataTimestamp)); 147 // Special case when clock less than the late margin (to avoid substracting from 0 with unsigned int) 152 (0, "PvmfSyncUtil::SyncMediaData: In Sync Clock(%d), TS(%d)", currentTime, aDataTimestamp)); 162 (0, "PvmfSyncUtil::SyncMediaData: Early data Clock(%d), TS(%d) Dur(%d)", currentTime, aDataTimestamp, aDuration)); 170 (0, "PvmfSyncUtil::SyncMediaData: Late data Clock(%d), TS(%d) Dur(%d)", currentTime, aDataTimestamp, aDuration));
|
pvmf_sync_util_data_queue.cpp | 20 * @brief Utility class to synchronize processing of media data to a specified clock. 81 //remove ourself as observer of clock. 94 //clock or timebase has been updated-- decide how to update 95 //the sync util clock. 100 (0, "PvmfSyncUtil::PassClockToSyncUtil Enabling Clock in sync util")); 106 (0, "PvmfSyncUtil::PassClockToSyncUtil Disabling Clock in sync util")); 126 //reset the sync util clock if needed 168 //set clock for 'sync always' mode. 174 //set clock for 'sync only during frame step' mode. 183 //remove ourself as observer of old clock, if any [all...] |
pvmf_media_clock.cpp | 178 // Clock timebase can only be set during stopped or paused states 184 // Save the clock timebase object pointer 198 //observer to this clock, so that we'll get the count update 218 //Negative clock adjustment should be equal to the biggest latency 239 // Save the clock timebase value to the appropriate 243 // Push back clock by highest latency value so that all modules 252 //This is the default value of clock units 264 (0, "PVMFMediaClock::Start - Pushing back Clock to %d", 270 // Retrieve the current time value from the clock timebase 362 // set clock units to usec if units arg is usec. Otherwise, default is mse [all...] |
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
ClockPicker.java | 31 * Clock face picker for the Alarm Clock application. 114 View clock = mFactory.inflate(AlarmClock.CLOCKS[position], null); local 115 return clock;
|
/packages/apps/DeskClock/res/values/ |
strings.xml | 20 <string name="app_label">Clock</string> 25 <!-- Menu item on Alarm Clock screen: Add alarm --> 28 <!-- Menu item on Alarm Clock screen: Desk clock --> 29 <string name="menu_desk_clock">Desk clock</string> 31 <!-- Menu item on Alarm Clock screen: Edit alarm --> 46 <!-- Menu item on Alarm Clock screen: Show clock --> 47 <string name="show_clock">Show clock</string> 49 <!-- Menu item on Alarm Clock screen: Hide clock -- [all...] |
/dalvik/tests/053-wait-some/src/ |
Main.java | 4 * Exercise Object.wait(), comparing results against wall clock time. 65 System.out.println(" Wall clock elapsed "
|
/external/bluetooth/bluez/tools/ |
hcitool.1 | 42 clock offset and class are printed. 195 Read the clock offset for the device with Bluetooth address 198 .BI clock " [bdaddr] [which clock]" 199 Read the clock for the device with Bluetooth address 201 The clock can be 203 for the local clock or 205 for the piconet clock (which is default).
|
/external/kernel-headers/original/asm-generic/ |
cputime.h | 58 * Convert cputime to clock and back. 64 * Convert cputime64 to clock.
|
/external/srec/srec/crec/ |
comp_stats.c | 73 if (clock() == (clock_t) - 1) 75 pfprintf(fp, "***WARNING: clock overrun!\n"); 124 /* Should use a portable clock() */ 125 /* WxWorks: clock() always returns -1. VxWorks does not track per-task time or system idle time. 128 clock_gettime( ) can be used to get the current clock time. 132 c->last = clock(); 153 curr = clock(); 154 if (curr == -1) return; /* clock overrun */
|
/system/extras/tests/bionic/libstdc++/ |
test_ctime.cpp | 47 #ifdef clock 75 using std::clock; 89 volatile std::clock_t clock; local 97 volatile std::clock_t clock1 = std::clock(); 98 volatile std::clock_t clock2 = std::clock();
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmpcispi.c | 127 /* Enable SPI Controller, 16.67MHz SPI Clock */ 211 /* Switch between internal (PCI) and external clock oscillator */ 219 /* Switch to desired clock, and reset the PLL. */ 232 /* Configure PCI-SPI Host Controller's SPI Clock rate as a divisor into the 233 * base clock rate. The base clock is either the PCI Clock (33MHz) or the 234 * external clock oscillator at U17 on the PciSpiHost. 257 /* For FPGA Rev >= 5, the use of an external clock oscillator is supported. 258 * If the oscillator is populated, use it to provide the SPI base clock, [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
Clock.java | 32 * A class that draws an analog clock face with information about the current 35 public class Clock { 53 public Clock() { 63 * @param radius the radius of the outer rim of the clock 65 * @param cx the X coordinate of the clock center 66 * @param cy the Y coordinate of the clock center 157 * Set the city to be displayed. setCity(null) resets things so the clock 181 * Draws the clock face. 184 * @param cx the X coordinate of the clock center 185 * @param cy the Y coordinate of the clock cente [all...] |
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
TimeImpl.java | 53 * "id(" id-ref ")" ( "(" ( "begin" | "end" | clock-value ) ")" )? 54 * Offset-value ::= ( "+" | "-" )? clock-value 55 * Syncbase-value ::= ( id-ref "." ( "begin" | "end" ) ) ( ( "+" | "-" ) clock-value )? 56 * SyncToPrev-value ::= ( "prev.begin" | "prev.end" ) ( ( "+" | "-" ) clock-value )? 57 * Event-value ::= ( id-ref "." )? ( event-ref ) ( ( "+" | "-" ) clock-value )? 101 * Converts a String representation of a clock value into the float 104 * Clock values have the following syntax: 108 * Clock-val ::= ( Full-clock-val | Partial-clock-val | Timecount-val [all...] |
/system/extras/tests/bionic/libc/common/ |
test_pthread_getcpuclockid.c | 43 clockid_t clock; local 48 e = pthread_getcpuclockid( self, &clock ); 59 clock_gettime( clock, &ts );
|
/cts/tests/res/layout/ |
analogclock.xml | 17 <AnalogClock android:id="@+id/clock"
|
/external/opencore/baselibs/media_data_structures/src/ |
time_comparison_utils.h | 81 ** is within the window specified by (Clock-LateMargin) to (Clock+EarlyMargin). 85 ** @param [aClock] -- present clock value. 89 ** in timestamp and clock in positive form.
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_media_io_clock_extension.h | 20 * @brief Extension clock interface for media i/o components 49 * PvmiClockExtensionInterface allows an external client to set the clock through this 76 * This method allows the media I/O component to accept an OSCL clock 78 * @param clockVal the Instance of OSCL Clock
|
pvmf_sync_util_data_queue.h | 20 * @brief Utility class to synchronize processing of media msg to a specified clock. 86 * Utility class to synchronize media message to a specified clock. PvmfSyncUtilDataQueue checks the timestamp 87 * of incoming message against the specified clock, and decide whether to drop the message if it arrived 89 * specified clock. 127 * to be processed at a later time that is synchronized to the clock. 135 * the clock plus and minus the specified late and early margins. If it is too late to process 159 * @param aResumeTimestamp Timestamp at which normal evaluation of timestamp against the clock will resume.
|
/external/qemu/hw/ |
arm-misc.h | 39 /* Multiplication factor to convert from system clock ticks to qemu timer
|
/frameworks/base/docs/html/resources/articles/ |
timed-ui-updates.jd | 8 utility I use when podcasting, I needed a way of updating a clock 13 java.util.Timer to update the clock, but that class is not such a good 19 that clock.</p> 52 means wait 100 ms before running the clock update task the first time. 56 find the clock sometimes not updating for close to 2 seconds, or 98 TimerTask. The new clock updater, with all these changes, looks like 125 the clock update, the task sets up another call to itself from the 127 schedule it to happen at a particular wall-clock time ? the line: start
|
/frameworks/base/libs/utils/ |
StopWatch.cpp | 32 StopWatch::StopWatch(const char *name, int clock, uint32_t flags) 33 : mName(name), mClock(clock), mFlags(flags),
|
/packages/apps/AlarmClock/res/layout/ |
digital_clock.xml | 17 <com.android.alarmclock.DigitalClock android:id="@+id/clock" 19 style="@style/clock"
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
pvmf_jb_event_notifier.cpp | 68 PVMF_JB_LOGEVENTNOTIFIER((0, "Est clock Vect Size %d", iJBEvntNtfrRequestInfoVectEstimatedServClk.size())); 69 PVMF_JB_LOGEVENTNOTIFIER((0, "Client clock Vect Size %d", iJBEvntNtfrRequestInfoVectClientPlaybackClk.size())); 70 PVMF_JB_LOGEVENTNOTIFIER((0, "Non dec clock Vect Size %d", iJBEvntNtfrRequestInfoVectNonDecClk.size())); 119 //Make sure clock is in running state 132 //Make sure clock is in running state 144 //Make sure clock is in running state 163 PVMFStatus status = eventNotificationInterface->SetCallbackDeltaTime(aDelay, //delta time in clock when callBack should be called 210 //Make sure clock is in running state 223 //Make sure clock is in running state 235 //Make sure clock is in running stat [all...] |
/frameworks/base/common/java/com/android/common/ |
OperationScheduler.java | 45 /** Maximum duration of moratorium to honor. Mostly an issue for clock rollbacks. */ 128 * (unless the clock rolls backwards, in which case timers are reset). 131 * @return the wall clock time ({@link System#currentTimeMillis()}) when the 142 // We do quite a bit of limiting to prevent a clock rollback from totally 172 * @return the wall clock time when {@link #onSuccess()} was last called. 181 * @return the wall clock time when {@link #onSuccess()} or {@link 193 * gracefully from clock rollbacks which could otherwise strand our timers. 210 * @param millis wall clock time ({@link System#currentTimeMillis()}) to 221 * @param millis wall clock time ({@link System#currentTimeMillis()})
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatTestICU.java | 119 format.applyPattern("*\u00e7#0 o''clock"); 120 assertEquals("\u00e72 o'clock", format.format(2)); 121 assertEquals("12 o'clock", format.format(12)); 122 assertEquals(2, format.parse("\u00e72 o'clock").intValue()); 123 assertEquals(12, format.parse("12 o'clock").intValue());
|