HomeSort by relevance Sort by last modified time
    Searched refs:substate (Results 1 - 6 of 6) sorted by null

  /external/speex/libspeex/
kiss_fftr.c 24 kiss_fft_cfg substate; member in struct:kiss_fftr_state
57 st->substate = (kiss_fft_cfg) (st + 1); /*just beyond kiss_fftr_state struct */
58 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize);
60 kiss_fft_alloc(nfft, inverse_fft, st->substate, &subsize);
87 if ( st->substate->inverse) {
91 ncfft = st->substate->nfft;
94 kiss_fft( st->substate , (const kiss_fft_cpx*)timedata, st->tmpbuf );
141 if (st->substate->inverse == 0) {
145 ncfft = st->substate->nfft;
170 kiss_fft (st->substate, st->tmpbuf, (kiss_fft_cpx *) timedata)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 148 public PersoSubState PersoSubstateFromRILInt(int substate) {
151 switch(substate) {
179 loge("PersoSubstateFromRILInt: bad substate: " + substate
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 187 /* DTA Substates (while in ACTIVATED state) - substate enumerations are found in protocol-specific files (nfa_dta_XXX.c) */
249 tNFA_DTA_SUBSTATE substate; /* Current protocol-specific sub-state */ member in struct:__anon10408
365 void nfa_dta_test_set_substate (tNFA_DTA_SUBSTATE substate);
nfa_cho_int.h 50 /* NFA Connection Handover substate in NFA_CHO_ST_CONNECTED */
201 tNFA_CHO_SUBSTATE substate; /* substate in connected state */ member in struct:__anon10362
  /external/libnfc-nci/src/nfc/int/
rw_int.h 72 #define RW_T1T_SUBSTATE_NONE 0x00 /* Default substate */
152 UINT8 substate; /* Current substate of RW module */ member in struct:__anon10631
234 * Next Substate should be assigned to control variable 'substate' before calling these function for State Machine to
235 * move back to the particular substate after Sector change is completed and read/write command is sent on new sector */
303 UINT8 substate; /* Reader/write substate in NDEF write state */ member in struct:__anon10635
304 UINT8 prev_substate; /* Substate of the tag before moving to different sector */
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 219 ((TextView) findViewById(R.id.substate)).setText(R.string.logging_enabled);
266 ((TextView)findViewById(R.id.substate)).setText(mErrorMsg);
267 ((TextView)findViewById(R.id.substate)).setText(
    [all...]

Completed in 2538 milliseconds