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

  /external/compiler-rt/test/builtins/timing/
time 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
  /hardware/interfaces/broadcastradio/1.0/
types.hal 210 * Contains information on currently tuned channel.
217 * Tuned to a program (not a noise). It's the same condition that would
220 bool tuned;
  /hardware/interfaces/broadcastradio/1.1/default/
VirtualProgram.cpp 54 info10.tuned = true;
  /hardware/libhardware/modules/radio/
radio_hw.c 369 tuner->program.tuned = (frequency / (tuner->config.spacings[0] * 5)) % 2;
375 prepare_metadata(tuner, &tuner->program.metadata, tuner->program.tuned);
396 tuner->program.tuned = true;
402 prepare_metadata(tuner, &tuner->program.metadata, tuner->program.tuned);
411 tuner->program.tuned = (tuner->program.channel /
414 if (tuner->program.tuned) {
420 tuner->program.tuned ? tuner->config.fm.stereo : false;
423 tuner->program.tuned ? tuner->config.am.stereo : false;
424 prepare_metadata(tuner, &tuner->program.metadata, tuner->program.tuned);
  /system/core/libsystem/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/interfaces/broadcastradio/1.0/default/
Utils.cpp 229 info->tuned = halInfo->tuned;
  /compatibility/cdd/5_multimedia/
5_4_audio-recording.md 65 suppression (reduction) technologies tuned for speech recognition, they:
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 1 ; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
  /toolchain/binutils/binutils-2.27/zlib/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
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
inffas32.asm 1 ;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
  /frameworks/base/services/core/jni/BroadcastRadio/
convert.cpp 54 TUNED = 1 << 4,
622 if (info10.tuned) flags |= static_cast<jint>(ProgramInfoFlagsExt::TUNED);

Completed in 409 milliseconds