/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/aidl/aidl_api/android.hardware.confirmationui/current/android/hardware/confirmationui/ |
D | IConfirmationUI.aidl | 39 …esultCB, in byte[] promptText, in byte[] extraData, in @utf8InCpp String locale, in android.hardwa… in promptUserConfirmation() argument
|
/hardware/interfaces/confirmationui/aidl/aidl_api/android.hardware.confirmationui/1/android/hardware/confirmationui/ |
D | IConfirmationUI.aidl | 39 …esultCB, in byte[] promptText, in byte[] extraData, in @utf8InCpp String locale, in android.hardwa… in promptUserConfirmation() argument
|
/hardware/interfaces/confirmationui/aidl/android/hardware/confirmationui/ |
D | IConfirmationUI.aidl | 145 in byte[] extraData, in @utf8InCpp String locale, in UIOption[] uiOptions); in promptUserConfirmation() argument
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | io.hpp | 44 class format_punct : public std::locale::facet 50 static std::locale::id id; 80 typedef ::std::locale const locale_type;
|
D | io.inl | 15 : std::locale::facet(a) 29 : std::locale::facet(0) 41 template <typename CTy> std::locale::id format_punct<CTy>::id; 67 a.imbue(std::locale(a.getloc(), new format_punct<CTy>(get_facet<format_punct<CTy> >(a)))); 100 ios.imbue(std::locale(ios.getloc(), new FTy));
|
/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/broadcastradio/common/utilsaidl/src/ |
D | Utils.cpp | 520 const auto& loc = std::locale::classic(); in makeHdRadioStationName()
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 1399 # strtod locale support 1403 #include <locale.h> 1417 name : 'strtod has locale support')
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2708 * value of the response would be "en-US,pt-BR||Owner". As such, neither the locale nor the
|