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

<<11121314151617181920>>

  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 45 * updates Emergency Callback Mode countdown clock in the notification
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
mmc_omap_api.h 217 #define MMC_DEV_DEFAULT_CLOCK_RATE 24000000 /* clock rate value (24MHz) */
227 unsigned int clock_rate; /* initial clock rate of SDIO bus in microseconds */
239 /* Clock and DMA threshold values ? should be tuned */
473 - Clock size.
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_host_int.h 138 uint32 fwLocalTime; /* FW time in usec, used for clock synchronization with the host */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmFwCtrl.c     [all...]
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp 425 //the clock extension interface is present only when the component
1040 //check whether the player clock is in frame-step mode.
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfg.c 301 * DESCRIPTION: Configure the arm clock
302 * !!! Note that the firmware will set the slot time according to the new clock
335 * DESCRIPTION: Configure the mac clock
336 * !!! Note that the firmware will set the slot time according to the new clock
351 /* Force same clock - for printing */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCfg.c 287 * DESCRIPTION: Configure the arm clock
288 * !!! Note that the firmware will set the slot time according to the new clock
321 * DESCRIPTION: Configure the mac clock
322 * !!! Note that the firmware will set the slot time according to the new clock
337 /* Force same clock - for printing */
    [all...]
  /external/qemu/
vl-android.c 313 /* Conversion factor from emulated instructions to virtual clock ticks. */
912 fprintf(stderr, "Bad clock read\n");
969 /* disable cpu_get_ticks() : the clock is stopped. You must not call
992 QEMUClock *clock; member in struct:QEMUTimer
1181 fprintf(stderr, "Unknown clock %s\n", name);
1218 QEMUClock *clock; local
1219 clock = qemu_mallocz(sizeof(QEMUClock));
1220 clock->type = type;
1221 return clock;
1224 QEMUTimer *qemu_new_timer(QEMUClock *clock, QEMUTimerCB *cb, void *opaque
    [all...]
vl.c 280 /* Conversion factor from emulated instructions to virtual clock ticks. */
817 fprintf(stderr, "Bad clock read\n");
874 /* disable cpu_get_ticks() : the clock is stopped. You must not call
897 QEMUClock *clock; member in struct:QEMUTimer
1086 fprintf(stderr, "Unknown clock %s\n", name);
1123 QEMUClock *clock; local
1124 clock = qemu_mallocz(sizeof(QEMUClock));
1125 clock->type = type;
1126 return clock;
1129 QEMUTimer *qemu_new_timer(QEMUClock *clock, QEMUTimerCB *cb, void *opaque
    [all...]
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.cpp 434 //remove any old clock
450 //pass the clock to the optional MIO clock interface
587 //re-do the clock setting call since iMIOClockExtension may have changed.
    [all...]
  /frameworks/base/services/java/com/android/server/status/
StatusBarPolicy.java 94 // clock
325 // alarm clock
326 // Icon lit when clock is set
416 // clock
418 mClockData = IconData.makeText("clock", "");
494 // Alarm clock
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c 57 uint sd_clock = 1; /* Default to SD Clock turned ON */
396 sd_err(("%s: set clock failed\n", __FUNCTION__));
1003 /* Start at ~400KHz clock rate for initialization */
1043 /* After configuring for High-Speed mode, set the desired clock rate. */
1124 /* Adapt clock-phase-speed-bitwidth between host and device */
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.cpp 154 //Destroy media clock notifications interface
    [all...]
  /external/dbus/dbus/
dbus-mainloop.c 446 /* This indicates that the system clock probably moved backward */
447 _dbus_verbose ("System clock set backward! Resetting timeout.\n");
  /external/grub/netboot/
rtl8139.c 231 #define EE_SHIFT_CLK 0x04 /* EEPROM shift clock. */
240 Delay between EEPROM clock transitions.
  /external/opencore/
ChangeLog 134 - Consolidation of the clock logic into a common clock object
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/include/
gsmamr_encoder_wrapper.h 111 // DESCRIPTION: Clock rate or time scale to be used for the input timestamps
180 // DESCRIPTION: Clock rate or time scale used for the timestamps (ticks per secs)
  /external/opencore/pvmi/pvmf/include/
pvmi_kvp.h 448 #define PVMF_CLIENT_PLAYBACK_CLOCK_KEY "x-pvmf/player-clock-pointer;valtype=key_specific_value"
450 #define PVMF_AUTHORING_CLOCK_KEY "x-pvmf/authoring-clock-pointer;valtype=key_specific_value"
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 25 # compiled with gcc 3.3.2, which performs at ~54MBps per 1GHz clock.
27 # *your* Opteron, then multiply 54 by 3.3 and clock frequency in GHz.
  /external/openssl/crypto/sha/asm/
sha512-x86_64.pl 22 # asymptotic performance of 64*1000/1005=63.7MBps times CPU clock
26 # X[16] in register bank[!], tends to 4 instructions per CPU clock
  /external/qemu/hw/
armv7m_nvic.c 144 However the counter is not reloaded until the next clock
292 when the reference clock is changed. */
  /external/svox/pico/lib/
picopal.c 84 /* use clock() function instead of high-resolution timer on
504 return (picopal_clock_t)clock();
  /external/zlib/contrib/ada/
test.adb 267 Curr_Dur : Duration := Clock - Time_Stamp;
287 Time_Stamp := Ada.Calendar.Clock;
  /frameworks/base/cmds/dumpstate/
utils.c 143 clock_t start = clock();
177 float elapsed = (float) (clock() - start) / CLOCKS_PER_SEC;
  /frameworks/base/docs/html/resources/articles/
tts.jd 122 example to make a talking alarm clock:</p>
143 alarm clock, we would like our text to be played on the

Completed in 191 milliseconds

<<11121314151617181920>>