Home
last modified time | relevance | path

Searched refs:am (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/msm8998/json-c/
DMakefile.am1 include Makefile.am.inc
63 Android.mk: Makefile.am
DRELEASE_CHECKLIST.txt24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version.
91 Leave the libjson_la_LDFLAGS line in Makefile.am alone.
DChangeLog111 * Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am)
117 * Add README.html README-WIN32.html config.h.win32 to Makefile.am
/hardware/interfaces/broadcastradio/1.0/default/
DUtils.cpp164 config->ext.am.stereo = halConfig->am.stereo; in convertBandConfigFromHal()
218 halConfig->am.stereo = config->ext.am.stereo; in convertBandConfigToHal()
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasound_fm.h45 unsigned char am; /* amplitude modulation */ member
/hardware/qcom/msm8996/kernel-headers/sound/
Dasound_fm.h32 unsigned char am; member
/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp237 return l.ext.am == r.ext.am; in operator ==()
/hardware/qcom/gps/msm8909w_3100/utils/
Dconfigure.ac14 AC_CONFIG_SRCDIR([Makefile.am])
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/
Dconfigure.ac14 AC_CONFIG_SRCDIR([Makefile.am])
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_stub/
Dconfigure.ac14 AC_CONFIG_SRCDIR([Makefile.am])
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/
Dconfigure.ac14 AC_CONFIG_SRCDIR([Makefile.am])
/hardware/qcom/sdm845/gps/sdm845/utils/
Dconfigure.ac14 AC_CONFIG_SRCDIR([Makefile.am])
/hardware/qcom/sdm845/gps/sdm845/
Dconfigure.ac14 AC_CONFIG_SRCDIR([Makefile.am])
/hardware/libhardware/modules/radio/
Dradio_hw.c75 .am = {
350 ALOGV(" - stereo %d", tuner->config.am.stereo); in callback_thread_loop()
400 tuner->program.stereo = tuner->config.am.stereo; in callback_thread_loop()
423 tuner->program.tuned ? tuner->config.am.stereo : false; in callback_thread_loop()
/hardware/interfaces/broadcastradio/1.1/default/
DBroadcastRadio.cpp183 dst.ext.am.stereo = true; in getAmFmBands()
/hardware/interfaces/broadcastradio/1.0/vts/functional/
DVtsHalBroadcastradioV1_0TargetTest.cpp282 return l.ext.am == r.ext.am; in operator ==()
/hardware/interfaces/broadcastradio/1.0/
Dtypes.hal113 AmBandConfig am;