Searched refs:locale (Results 1 – 12 of 12) 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/ |
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/1.0/default/ |
D | ConfirmationUI.h | 44 const hidl_string& locale,
|
/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/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.3/default/ |
D | SoundTriggerHw.cpp | 375 strlcpy(halTriggerPhrase->locale, triggerPhrase->locale.c_str(), SOUND_TRIGGER_MAX_LOCALE_LEN); in convertTriggerPhraseToHal()
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHw.hal | 91 string locale;
|
/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/ |
D | filesystem | 239 #include <locale> 832 // TODO Implement locale conversions. 834 path(const _Source& __src, const locale& __loc, format = format::auto_format); 836 path(_InputIt __first, _InputIt _last, const locale& __loc,
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2715 * value of the response would be "en-US,pt-BR||Owner". As such, neither the locale nor the
|