Searched defs:text (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_def.sh27 where <kind> is either 'text' or 'data'
49 text() { function
/hardware/libhardware/modules/radio/
H A Dradio_hw.c200 char text[RADIO_STRING_LEN_MAX]; local
235 snprintf(text, RADIO_STRING_LEN_MAX, "Artist %ld", ts.tv_sec % 10);
236 ret = radio_metadata_add_text(metadata, RADIO_METADATA_KEY_ARTIST, text);
240 snprintf(text, RADIO_STRING_LEN_MAX, "Song %ld", ts.tv_nsec % 10);
241 ret = radio_metadata_add_text(metadata, RADIO_METADATA_KEY_TITLE, text);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Drtt.cpp67 String8 text; member in struct:strmap_entry
110 return p_entry->text;
/hardware/libhardware/include/hardware/
H A Dbt_rc.h146 uint8_t text[BTRC_MAX_ATTR_STR_LEN]; member in struct:__anon1678
151 uint8_t text[BTRC_MAX_ATTR_STR_LEN]; member in struct:__anon1679
172 /** Callback for getting the player application settings attributes' text
177 /** Callback for getting the player application settings values' text
252 /** Returns the application attributes text ("Shuffle"/"Repeat"/...)
253 ** num_attr: Specifies the number of attributes' text contained in the pointer p_attrs
257 /** Returns the application attributes text ("Shuffle"/"Repeat"/...)
258 ** num_attr: Specifies the number of attribute values' text contained in the pointer p_vals
262 /** Returns the current songs' element attributes text ("Title"/"Album"/"Artist")
263 ** num_attr: Specifies the number of attributes' text containe
[all...]
H A Dgps.h1066 char text[GPS_NI_LONG_STRING_MAXLEN]; member in struct:__anon1742
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c127 static void svgout_rect(blit_rect_t *r, char *color, char *text) argument
133 if (!text)
136 OUTP("<text x=\"%d\" y=\"%d\" style=\"font-size:30\" fill=\"black\">%s"
137 "</text>",
138 r->left, r->top + 40, text);

Completed in 357 milliseconds