Searched refs:locale (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/confirmationui/support/test/ |
D | msg_formatting_test.cpp | 84 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/ |
D | ConfirmationUI.cpp | 43 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()
|
D | ConfirmationUI.h | 44 const hidl_string& locale,
|
/hardware/interfaces/confirmationui/1.0/ |
D | IConfirmationUI.hal | 38 * @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/ |
D | GenericOperation.h | 52 const hidl_vec<uint8_t>& extraData, const hidl_string& locale, in init() argument 54 (void)locale; in init()
|
/hardware/qcom/msm8998/json-c/ |
D | configure.ac | 33 …cntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h endian.h)
|
D | config.h.in | 50 /* Define to 1 if you have the <locale.h> header file. */
|
D | ChangeLog | 61 * Make float parsing locale independent.
|
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.cpp | 345 strlcpy(halTriggerPhrase->locale, triggerPhrase->locale.c_str(), SOUND_TRIGGER_MAX_LOCALE_LEN); in convertTriggerPhraseToHal()
|
/hardware/interfaces/radio/1.4/ |
D | IRadioIndication.hal | 39 * that are invalid in the current locale. The reported emergency number list must not have
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.cpp | 367 strlcpy(halTriggerPhrase->locale, triggerPhrase->locale.c_str(), SOUND_TRIGGER_MAX_LOCALE_LEN); in convertTriggerPhraseToHal()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 401 auto&& loc = std::locale::classic(); in make_hdradio_station_name()
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHw.hal | 91 string locale;
|