HomeSort by relevance Sort by last modified time
    Searched refs:digital (Results 1 - 25 of 68) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/linux/
cec-funcs.h 62 struct cec_op_digital_service_id digital; member in union:cec_op_record_src::__anon484
86 struct cec_op_digital_service_id digital; member in union:cec_op_tuner_device_info::__anon488
  /external/kernel-headers/original/uapi/linux/
cec-funcs.h 203 struct cec_op_digital_service_id digital; member in union:cec_op_record_src::__anon21133
219 const struct cec_op_digital_service_id *digital)
221 *msg++ = (digital->service_id_method << 7) | digital->dig_bcast_system;
222 if (digital->service_id_method == CEC_OP_SERVICE_ID_METHOD_BY_CHANNEL) {
223 *msg++ = (digital->channel.channel_number_fmt << 2) |
224 (digital->channel.major >> 8);
225 *msg++ = digital->channel.major & 0xff;
226 *msg++ = digital->channel.minor >> 8;
227 *msg++ = digital->channel.minor & 0xff
983 struct cec_op_digital_service_id digital; member in union:cec_op_tuner_device_info::__anon21137
    [all...]
  /hardware/interfaces/broadcastradio/1.0/
types.hal 37 /** Digital Radio (DAB) */
213 bool digital; /** digital program or not (e.g HD Radio program) */
  /system/core/libsystem/include/system/
radio.h 39 RADIO_CLASS_DT = 2, /* Digital Radio (DAB) */
171 bool digital; /* digital program or not (e.g HD Radio program) */ member in struct:radio_program_info
  /frameworks/av/services/radio/
HidlUtils.cpp 131 info->digital = halInfo->digital;
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 231 info->digital = halInfo->digital;
  /hardware/interfaces/broadcastradio/1.1/default/
Utils.cpp 235 info_1_0.digital = halInfo->digital;
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 31 {0x5b2e1480, "The days of the digital watch are numbered. -Tom Stoppard"},
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64_test.go 34 {0x3e05b21c7a4dc4da, 0x2fd681d7b2421fd, "The days of the digital watch are numbered. -Tom Stoppard"},
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32_test.go 31 {0x5b2e1480, "The days of the digital watch are numbered. -Tom Stoppard"},
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64_test.go 34 {0x3e05b21c7a4dc4da, 0x2fd681d7b2421fd, "The days of the digital watch are numbered. -Tom Stoppard"},
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256_test.go 37 {"14b82014ad2b11f661b5ae6a99b75105c2ffac278cd071cd6c05832793635774", "The days of the digital watch are numbered. -Tom Stoppard"},
71 {"5543fbab26e67e8885b1a852d567d1cb8b9bfe42e0899584c50449a9", "The days of the digital watch are numbered. -Tom Stoppard"},
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256_test.go 37 {"14b82014ad2b11f661b5ae6a99b75105c2ffac278cd071cd6c05832793635774", "The days of the digital watch are numbered. -Tom Stoppard"},
71 {"5543fbab26e67e8885b1a852d567d1cb8b9bfe42e0899584c50449a9", "The days of the digital watch are numbered. -Tom Stoppard"},
  /external/libvorbis/doc/
Vorbis_I_spec.tex 126 The use of multirate filter banks for coding of high quality digital audio,
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5_test.go 36 {"a0f04459b031f916a59a35cc482dc039", "The days of the digital watch are numbered. -Tom Stoppard"},
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1_test.go 38 {"b7bc5fb91080c7de6b582ea281f8a396d7c0aee8", "The days of the digital watch are numbered. -Tom Stoppard"},
  /prebuilts/go/linux-x86/src/crypto/md5/
md5_test.go 36 {"a0f04459b031f916a59a35cc482dc039", "The days of the digital watch are numbered. -Tom Stoppard"},
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1_test.go 38 {"b7bc5fb91080c7de6b582ea281f8a396d7c0aee8", "The days of the digital watch are numbered. -Tom Stoppard"},
  /frameworks/base/core/java/android/hardware/radio/
RadioManager.java 62 /** Radio module class supporting Digital terrestrial radio */
194 * is possible (e.g. to USB) or DAR (Digital Audio Recorder) feature can be implemented.
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512_test.go 132 "The days of the digital watch are numbered. -Tom Stoppard",
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_test.go 34 {0x154c6d11, 0xf505ef04, "The days of the digital watch are numbered. -Tom Stoppard"},
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512_test.go 132 "The days of the digital watch are numbered. -Tom Stoppard",
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_test.go 34 {0x154c6d11, 0xf505ef04, "The days of the digital watch are numbered. -Tom Stoppard"},
  /external/ImageMagick/www/api/
enhance.php 303 <p>EnhanceImage() applies a digital filter that improves the quality of a noisy image.</p>
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 231 // digital signatures but not for encryption. Yet another CA reversed

Completed in 621 milliseconds

1 2 3