Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 117) sorted by relevance

12345

/hardware/interfaces/confirmationui/support/test/
Dandroid_cbor_test.cpp72 pair(text("key"), text("value")), // in writeTest()
73 pair(text("key"), bytes("100101010010")), // in writeTest()
77 arr(text("♨⚖ⶖ"), bytes(fourHundredAs))); in writeTest()
108 state = write(state, text(malformed)); in TEST()
116 state = write(state, text(malformed)); in TEST()
124 state = write(state, text(neat)); in TEST()
132 state = write(state, text(neat)); in TEST()
140 state = write(state, text(neat)); in TEST()
148 state = write(state, text(malformed)); in TEST()
156 state = write(state, text(malformed)); in TEST()
/hardware/google/aemu/base/include/aemu/base/misc/
DUtf8Utils.h25 bool utf8IsValid(const char* text, size_t textLen);
32 int utf8Decode(const uint8_t* text, size_t textLen, uint32_t* codepoint);
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DAudioPreselectionLabel.aidl33 String text;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DAudioPreselectionLabel.aidl39 String text;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DAudioPreselectionLabel.aidl39 String text;
/hardware/interfaces/automotive/vehicle/tools/
Dtranslate_vehicle_props.py101 text = line.strip()
102 if len(text) == 0:
105 self.multilineFormat.append(text)
/hardware/interfaces/confirmationui/1.0/
DIConfirmationResultCallback.hal26 * Iff the user has confirmed the prompted text, error is ErrorCode::OK and the
36 * @param formattedMessage holds the prompt text and extra data.
40 * "prompt" and "extra". The keys are encoded as CBOR text string
41 * (type 3). The value <promptText> is encoded as CBOR text string
DIConfirmationUI.hal24 * Asynchronously initiates a confirmation UI dialog prompting the user to confirm a given text.
26 * high confidence that a user has seen the given prompt text even if the Android framework
52 * the prompt text to the user.
Dtypes.hal66 * This defines the maximum message size. This indirectly limits the size of the prompt text
67 * and the extra data that can be passed to the confirmation UI. The prompt text and extra data
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
DGenericOperation.h77 map(pair(text("prompt"), text(promptStringBuffer_, promptText.size())), in init()
78 pair(text("extra"), bytes(extraData)))); in init()
/hardware/interfaces/automotive/vehicle/aidl/emu_metadata/
Dgenerate_emulator_metadata.py73 text = Path(input).read_text()
74 matches = RE_ENUM.findall(text)
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1231 hexcode(notif.text, sizeof notif.text, in NIEvent()
1238 hexcode(notif.text, sizeof notif.text, in NIEvent()
1287 hexcode(notif.text, sizeof notif.text, in NIEvent()
1292 hexcode(notif.text, sizeof notif.text, in NIEvent()
1297 … LOC_LOGV("SUPL NI: client_name: %s len=%d", notif.text, supl_req->client_name.string_len); in NIEvent()
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1227 hexcode(notif.text, sizeof notif.text, in NIEvent()
1234 hexcode(notif.text, sizeof notif.text, in NIEvent()
1283 hexcode(notif.text, sizeof notif.text, in NIEvent()
1288 hexcode(notif.text, sizeof notif.text, in NIEvent()
1293 … LOC_LOGV("SUPL NI: client_name: %s len=%d", notif.text, supl_req->client_name.string_len); in NIEvent()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1227 hexcode(notif.text, sizeof notif.text, in NIEvent()
1234 hexcode(notif.text, sizeof notif.text, in NIEvent()
1283 hexcode(notif.text, sizeof notif.text, in NIEvent()
1288 hexcode(notif.text, sizeof notif.text, in NIEvent()
1293 … LOC_LOGV("SUPL NI: client_name: %s len=%d", notif.text, supl_req->client_name.string_len); in NIEvent()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1227 hexcode(notif.text, sizeof notif.text, in NIEvent()
1234 hexcode(notif.text, sizeof notif.text, in NIEvent()
1283 hexcode(notif.text, sizeof notif.text, in NIEvent()
1288 hexcode(notif.text, sizeof notif.text, in NIEvent()
1293 … LOC_LOGV("SUPL NI: client_name: %s len=%d", notif.text, supl_req->client_name.string_len); in NIEvent()
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1231 hexcode(notif.text, sizeof notif.text, in NIEvent()
1238 hexcode(notif.text, sizeof notif.text, in NIEvent()
1287 hexcode(notif.text, sizeof notif.text, in NIEvent()
1292 hexcode(notif.text, sizeof notif.text, in NIEvent()
1297 … LOC_LOGV("SUPL NI: client_name: %s len=%d", notif.text, supl_req->client_name.string_len); in NIEvent()
/hardware/interfaces/gnss/1.0/default/
DGnssNi.cpp70 .notificationMessage = notification->text, in niNotifyCb()
/hardware/interfaces/dumpstate/1.0/
DIDumpstateDevice.hal24 * the first descriptor must be used to dump device-specific state in text
/hardware/google/av/media/eco/
D.clang-format18 # "Each line of text in your code should be at most 100 columns long."
/hardware/interfaces/health/aidl/
DREADME.md45 ```text
183 ```text
197 ```text
209 ```text
250 ```text
328 ```text
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dcbor.h97 StringBuffer<char, TextStr> text(const char (&str)[size]) {
121 auto text(const T& str) -> StringBuffer<std::decay_t<decltype(*getData(str))>, TextStr> {
125 inline StringBuffer<char, TextStr> text(const char* str, size_t size) {
/hardware/libhardware/modules/radio/
Dradio_hw.c215 char text[RADIO_STRING_LEN_MAX]; in prepare_metadata() local
251 snprintf(text, RADIO_STRING_LEN_MAX, "Artist %ld", ts.tv_sec % 10); in prepare_metadata()
252 ret = radio_metadata_add_text(metadata, RADIO_METADATA_KEY_ARTIST, text); in prepare_metadata()
256 snprintf(text, RADIO_STRING_LEN_MAX, "Song %ld", ts.tv_nsec % 10); in prepare_metadata()
257 ret = radio_metadata_add_text(metadata, RADIO_METADATA_KEY_TITLE, text); in prepare_metadata()
/hardware/interfaces/
DNOTICE107 (d) If the Work includes a "NOTICE" text file as part of its
112 of the following places: within a NOTICE text file distributed
120 or as an addendum to the NOTICE text from the Work, provided
184 the brackets!) The text should be enclosed in the appropriate
/hardware/st/nfc/
DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
111 of the following places: within a NOTICE text file distributed
119 or as an addendum to the NOTICE text from the Work, provided
183 the brackets!) The text should be enclosed in the appropriate
/hardware/samsung/nfc/
DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
111 of the following places: within a NOTICE text file distributed
119 or as an addendum to the NOTICE text from the Work, provided
183 the brackets!) The text should be enclosed in the appropriate

12345