Searched refs:supported (Results 1 – 25 of 52) sorted by relevance
123
/device/generic/goldfish/audio/ |
D | util.cpp | 58 for (const uint32_t supported : kSupportedRatesHz) { in checkSampleRateHz() local 59 if (value <= supported) { in checkSampleRateHz() 60 suggest = supported; in checkSampleRateHz() 61 return (value == supported); in checkSampleRateHz()
|
/device/google/coral/vibrator/bench/ |
D | benchmark.cpp | 146 bool supported = true; 151 supported = false; in __anon20d80d0d0102() 155 if (!supported) {
|
/device/linaro/hikey/hikey/ |
D | init.hikey.rc | 4 # Set supported opengles version
|
/device/linaro/hikey/hikey960/ |
D | init.hikey960.rc | 4 # Set supported opengles version
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 45 Android. Any extensions provided by the wire protocol that are not supported by 52 implemented; no ES 2.0 extensions are supported, unless they are remappable to 53 GL ES 3.0 features. GL ES 3.1 is not currently supported. Any extensions 54 provided by the wire protocol that are not supported by either Android or
|
/device/google/crosshatch/json-c/ |
D | configure.ac | 12 [Enable RDRAND Hardware RNG Hash Seed generation on supported x86/x64 platforms.]), 19 AC_MSG_RESULT([RDRAND Hardware RNG Hash Seed enabled on supported x86/x64 platforms])
|
/device/google/bonito/json-c/ |
D | configure.ac | 12 [Enable RDRAND Hardware RNG Hash Seed generation on supported x86/x64 platforms.]), 19 AC_MSG_RESULT([RDRAND Hardware RNG Hash Seed enabled on supported x86/x64 platforms])
|
/device/google/coral/json-c/ |
D | configure.ac | 12 [Enable RDRAND Hardware RNG Hash Seed generation on supported x86/x64 platforms.]), 19 AC_MSG_RESULT([RDRAND Hardware RNG Hash Seed enabled on supported x86/x64 platforms])
|
/device/amlogic/yukawa/hal/audio/ |
D | speaker_eq_sei610.fir | 10 # Values must be 16-bit integers. Currently, a max of 512 taps is supported.
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 24 queries the host for the number of supported EGL configs. 25 The function returns the number of supported configs and returns in 29 This function queries the host for the all set of supported configs
|
/device/google/coral/ |
D | device-common.mk | 58 ro.bluetooth.a2dp_offload.supported=true
|
D | product.prop | 31 #13631487 is decimal sum of supported codecs in AAL
|
/device/google_car/coral_car/ |
D | device-common.mk | 58 ro.bluetooth.a2dp_offload.supported=true
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 32 …supported is %ddiagbuf_mpd.c:ULogCore_NameGet returned faildiagbuf_mpd.c:micro_diagbuffer_…
|
/device/google/crosshatch/ |
D | device-common.mk | 93 ro.bluetooth.a2dp_offload.supported=true
|
D | product.prop | 31 #13631487 is decimal sum of supported codecs in AAL
|
/device/google/bonito/ |
D | device-common.mk | 92 ro.bluetooth.a2dp_offload.supported=true
|
D | product.prop | 31 #13631487 is decimal sum of supported codecs in AAL
|
/device/google_car/crosshatch_car/ |
D | device-common.mk | 110 ro.bluetooth.a2dp_offload.supported=true
|
/device/google/wahoo/ |
D | system.prop | 31 #13631487 is decimal sum of supported codecs in AAL
|
/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config.cpp | 955 static bool supported = in HostSupportsQemuCli() local 958 return supported; in HostSupportsQemuCli() 962 static bool supported = in HostSupportsVsock() local 965 return supported; in HostSupportsVsock()
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/ |
D | Readme.md | 83 In an alternative flow, not supported by this implementation but allowed by the
|
/device/generic/goldfish/ |
D | init.goldfish.rc | 62 # supported, and arbitrary breakage may result if you specify
|
/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 13 shared library, which is not currently supported in Android.
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 34 // 2. quiet NaNs, if supported, are indicated by the leading bit of the
|
123