HomeSort by relevance Sort by last modified time
    Searched full:clock (Results 226 - 250 of 1106) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86_64/oprofile/arm/armv6/
events 23 event:0xff counters:0,1,2 um:zero minimum:500 name:CPU_CYCLES : clock cycles counter
  /cts/tests/tests/app/src/android/app/cts/
AlarmManagerTest.java 265 @ToBeFixed(bug="1556930", explanation="no way to set the system clock")
272 // currently there is no way to write Android system clock. When try to
  /external/kernel-headers/original/asm-arm/arch/
mux.h 225 UART3_BCLK, /* 12MHz clock out */
448 /* 24xx clock */
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_mio_video.h 56 // Provide the clock interface so the MIO can do synchronization
249 // MIO clock extension so synchronization would be handled in MIO
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_jitter_buffer.h 747 This API will start/initialize the estimation of the server clock
748 aka estimated server clock.
772 rebuffering once differnce between the estimated server clock and playback clock becomes
    [all...]
  /packages/apps/Launcher2/res/values/
strings.xml 76 <!-- Options in "Add to Home" dialog box; Name of the Clock widget-->
77 <string name="add_clock">Clock</string>
  /system/core/logcat/
event.logtags 56 # Device boot timings. We include monotonic clock values because the
57 # intrinsic event log times are wall-clock.
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 512 unsigned long clock; local
513 clock = inl(lcd_rtc);
515 if ( (clock - clock_start) >= usecs ) {
616 unsigned long clock; local
617 clock = inl(0x60005010);
619 if ( (clock - clock_start) >= usecs ) {
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 214 uint clkstate; /* State of sd and backplane clock(s) */
215 bool activity; /* Activity flag for clock down */
227 bool alp_only; /* Don't use HT clock (ALP only) */
467 /* Turn backplane clock on or off */
515 /* Allow only clock-available interrupt */
553 /* Mark clock available */
561 DHD_ERROR(("%s: HT Clock, when ALP Only\n", __FUNCTION__));
566 DHD_ERROR(("%s: HT Clock should be on.\n", __FUNCTION__));
586 DHD_ERROR(("%s: Failed access turning clock off: %d\n",
605 /* Turn on clock and restore mode *
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd.c 61 uint sd_clock = 1; /* Default to SD Clock turned ON */
550 sd_err(("set clock failed!\n"));
586 sd_info(("SD Clock turned ON.\n"));
592 /* turn off HC clock */
596 sd_info(("SD Clock turned OFF.\n"));
    [all...]
  /external/bluetooth/bluez/tools/
bccmd.c 305 uint32_t clock; local
318 clock = array[2] | (array[3] << 8) | (array[0] << 16) | (array[1] << 24);
320 printf("Bluetooth clock: 0x%04x (%d)\n", clock, clock);
1076 { "clock", cmd_clock, "", "Get local Bluetooth clock" },
hcitool.c 2279 uint32_t handle, clock; local
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.cpp 654 // update download clock
710 // set the clock base
733 // check playback clock, if not available, then switch to the old algorithm
740 // get the playback clock time
781 // get the playback clock time
818 LOGERRORDATAPATH((0, "pvDownloadControl::getPlaybackTimeFromEngineClock(), Playback clock overflow %d", isPbOverflow));
    [all...]
pvmf_protocol_engine_node_download_common.h 154 // constructor, may leave for creating download clock
165 // engine playback clock object,
223 // ready means, download clock has been created, and all the objects have passed down
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 277 state_fd = open("/var/lib/libuuid/clock.txt",
307 if (fscanf(state_f, "clock: %04x tv: %lu %lu adj: %d\n",
356 fprintf(state_f, "clock: %04x tv: %lu %lu adj: %d\n",
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.cpp 266 // using size2time conversion to update download clock in PDL only applies to the case where
267 // old algorithm gets running without engine clock input
317 // no need to update download clock and download time
  /frameworks/base/docs/html/guide/developing/tools/
traceview.jd 203 clock=global
224 The second line, <code>clock=global</code>, indicates that we use a common
225 clock across all threads. A future version may use per-thread CPU time counters
  /packages/apps/AlarmClock/src/com/android/alarmclock/
Alarms.java 38 * The Alarms provider supplies info about Alarm Clock settings
417 // will erase the clock preferences. Also clear the snooze notification in
533 * @return true if clock is set to 24-hour mode
  /external/opencore/android/author/
android_audio_input.cpp 768 // Set the clock with iFirstFrameTs
877 // Set the clock state observer
952 // Remove and destroy the clock state observer
1002 // Remove and destroy the clock state observer
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
pvmf_rtp_jitter_buffer_impl.cpp 323 * In case of 3GPP streaming this clock adjustment is performed
485 PVMF_JB_LOGCLOCK((0, "PVMFJitterBufferNode::IsDelayEstablished - Estimated Serv Clock Less Than ClientClock!!!!"));
490 PVMF_JB_LOGCLOCK_REBUFF((0, "PVMFJitterBufferNode::IsDelayEstablished - Estimated Serv Clock Less Than ClientClock!!!!"));
    [all...]
  /bionic/libc/tzcode/
strptime.c 266 case 'k': /* The hour (24-hour clock representation). */
275 case 'l': /* The hour (12-hour clock representation). */
  /external/dropbear/libtommath/etc/
pprime.c 384 t1 = clock ();
386 t1 = clock () - t1;
  /external/opencore/pvmi/pvmf/include/
pvmf_return_codes.h 164 PVMFMediaClock specific error. Callback has become invalid due to change in direction of NPT clock.
168 PVMFMediaClock specific error. Callback is called as clock has stopped.
  /external/openssl/crypto/rc4/asm/
rc4-ia64.S 30 // All this without sacrificing a single clock cycle:-) Throughput is
111 // theoretically gives asymptotic performance of clock frequency
  /external/webkit/JavaScriptCore/wtf/
CurrentTime.cpp 191 // force a clock re-sync if we've drifted
197 // make sure time doesn't run backwards (only correct if difference is < 2 seconds, since DST or clock changes could occur)

Completed in 355 milliseconds

1 2 3 4 5 6 7 8 91011>>