Home
last modified time | relevance | path

Searched refs:locale (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/confirmationui/support/test/
Dmsg_formatting_test.cpp84 hidl_string locale; in TEST() local
87 std::tie(in, command_matches, prompt, extra, locale, uiOpts) = in TEST()
93 ASSERT_EQ(hidl_string("en"), locale); in TEST()
106 ASSERT_EQ(27, const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(locale.c_str())) - begin); in TEST()
/hardware/interfaces/confirmationui/1.0/default/
DConfirmationUI.cpp43 const hidl_vec<uint8_t>& extraData, const hidl_string& locale, in promptUserConfirmation() argument
46 auto result = operation.init(resultCB, promptText, extraData, locale, uiOptions); in promptUserConfirmation()
DConfirmationUI.h44 const hidl_string& locale,
/hardware/interfaces/confirmationui/1.0/
DIConfirmationUI.hal38 * @param locale String specifying the locale that must be used by the TUI dialog. The string
55 vec<uint8_t> extraData, string locale, vec<UIOption> uiOptions)
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
DGenericOperation.h52 const hidl_vec<uint8_t>& extraData, const hidl_string& locale, in init() argument
54 (void)locale; in init()
/hardware/qcom/msm8998/json-c/
Dconfigure.ac33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
Dconfig.h.in50 /* Define to 1 if you have the <locale.h> header file. */
DChangeLog61 * Make float parsing locale independent.
/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.cpp345 strlcpy(halTriggerPhrase->locale, triggerPhrase->locale.c_str(), SOUND_TRIGGER_MAX_LOCALE_LEN); in convertTriggerPhraseToHal()
/hardware/interfaces/radio/1.4/
DIRadioIndication.hal39 * that are invalid in the current locale. The reported emergency number list must not have
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.cpp367 strlcpy(halTriggerPhrase->locale, triggerPhrase->locale.c_str(), SOUND_TRIGGER_MAX_LOCALE_LEN); in convertTriggerPhraseToHal()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp401 auto&& loc = std::locale::classic(); in make_hdradio_station_name()
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHw.hal91 string locale;