HomeSort by relevance Sort by last modified time
    Searched refs:tuned (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/test/builtins/timing/
time 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
  /system/core/include/system/
radio.h 164 * Contains information on currently tuned channel.
169 bool tuned; /* tuned to a program or not */ member in struct:radio_program_info
  /hardware/libhardware/modules/radio/
radio_hw.c 352 tuner->program.tuned = (frequency / (tuner->config.spacings[0] * 5)) % 2;
378 tuner->program.tuned = true;
392 tuner->program.tuned = (tuner->program.channel /
395 if (tuner->program.tuned) {
406 tuner->program.tuned ? tuner->config.fm.stereo : false;
409 tuner->program.tuned ? tuner->config.am.stereo : false;
  /frameworks/native/services/surfaceflinger/
Android.mk 89 # Their values can be tuned to trade off between display pipeline latency (both
  /frameworks/base/core/java/android/hardware/radio/
RadioManager.java     [all...]
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 323 ALOGV("%s channel %d tuned %d", __FUNCTION__, nProgramInfo->channel, nProgramInfo->tuned);
327 nProgramInfo->tuned, nProgramInfo->stereo,
    [all...]
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 1 ; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 325 # the integer channel value to which the stream is ``tuned''
728 within the stream. The streams may be tuned to some channel value; off-channel
769 # [:channel] The channel value the stream should be tuned to initially
774 # # create a new token stream that is tuned to channel :comment, and
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 1 ;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 755 milliseconds