Searched refs:text (Results 1 - 13 of 13) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcLoadFormat.h133 segmentDescriptor_t text; /**< Virtual text segment. */ member in struct:__anon1845
143 * Version 2 MCLF text segment header.
/hardware/ti/wpan/tools/kfmapp/
H A Dkfmapp.h90 unsigned char text[25]; member in struct:tx_rds
/hardware/libhardware/include/hardware/
H A Dbt_rc.h116 uint8_t text[BTRC_MAX_ATTR_STR_LEN]; member in struct:__anon253
121 uint8_t text[BTRC_MAX_ATTR_STR_LEN]; member in struct:__anon254
142 /** Callback for getting the player application settings attributes' text
147 /** Callback for getting the player application settings values' text
222 /** Returns the application attributes text ("Shuffle"/"Repeat"/...)
223 ** num_attr: Specifies the number of attributes' text contained in the pointer p_attrs
227 /** Returns the application attributes text ("Shuffle"/"Repeat"/...)
228 ** num_attr: Specifies the number of attribute values' text contained in the pointer p_vals
232 /** Returns the current songs' element attributes text ("Title"/"Album"/"Artist")
233 ** num_attr: Specifies the number of attributes' text containe
[all...]
H A Dgps.h570 char text[GPS_NI_LONG_STRING_MAXLEN]; member in struct:__anon301
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxFreqInput.java55 /* listening to key click or a key input into the exit text box */
74 // get the text entered in edit box
75 String text = mUserText.getText().toString();
77 float iFreq = Float.parseFloat(text);
80 // reset the text in edit box for the next entry
H A DFmPresetList.java26 import android.text.Editable;
H A DFmRxApp.java718 // clear the RDS text
721 // clear the PS text
795 // clear the RDS text
797 // clear the PS text
823 // clear the RDS text
826 // clear the PS text
831 /* Display the RDS text on UI */
849 /* Display the RDS text on UI */
917 /* Display the PS text on UI */
1212 /* clear the PS and RDS text */
1866 tuneStationFrequency(String text) argument
[all...]
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dcsc_interleave_memcpy_neon.s44 .text
H A Dcsc_tiled_to_linear_uv_neon.s45 .text
H A Dcsc_tiled_to_linear_uv_deinterleave_neon.s48 .text
H A Dcsc_tiled_to_linear_y_neon.s46 .text
H A Dcsc_ARGB8888_to_YUV420SP_NEON.s3 .text
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java175 CharSequence text = "Sorry!! Cannot enable TX";
178 Toast toast = Toast.makeText(mContext, text, duration);
753 // get the text entered in edit box
754 String text = textFreq.getText().toString();
755 Log.d("writeFrequency()","--> text ="+text);
758 float iFreq = Float.parseFloat(text);

Completed in 322 milliseconds