Searched refs:state (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dq_plsf.cpp74 * Purpose : Allocates memory and initializes state variables
78 Word16 Q_plsf_init(Q_plsfState **state) argument
82 if (state == (Q_plsfState **) NULL)
87 *state = NULL;
92 /* fprintf(stderr, "Q_plsf_init: can not malloc state structure\n"); */
97 *state = s;
106 * Purpose : Resets state memory
110 Word16 Q_plsf_reset(Q_plsfState *state) argument
114 if (state == (Q_plsfState *) NULL)
121 state
134 Q_plsf_exit(Q_plsfState **state) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageVerificationStateTest.java32 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null);
35 state.isVerificationComplete());
37 state.setVerifierResponse(REQUIRED_UID, PackageManager.VERIFICATION_ALLOW);
40 state.isVerificationComplete());
43 state.isInstallAllowed());
47 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null);
50 state.isVerificationComplete());
52 state.setVerifierResponse(REQUIRED_UID, PackageManager.VERIFICATION_REJECT);
55 state.isVerificationComplete());
58 state
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_plsf.cpp114 state = pointer to structure of type D_plsf_reset
117 fields of the structure pointed to by state is initialized to zero
131 Resets state memory
146 int D_plsf_reset (D_plsfState *state)
150 if (state == (D_plsfState *) NULL){
156 state->past_r_q[i] = 0; // Past quantized prediction error
160 Copy(mean_lsf, &state->past_lsf_q[0], M);
187 Word16 D_plsf_reset(D_plsfState *state) argument
191 if (state == (D_plsfState *) NULL)
199 state
[all...]
H A Dph_disp.cpp52 product of state->prevCbGain and ONFACTPLUS1 in the ph_disp
133 state = pointer to a structure of type ph_dispState
136 Structure pointed to by state is initialized to zeros
165 int ph_disp_reset (ph_dispState *state)
169 if (state == (ph_dispState *) NULL){
175 state->gainMem[i] = 0;
177 state->prevState = 0;
178 state->prevCbGain = 0;
179 state->lockFull = 0;
180 state
208 ph_disp_reset(ph_dispState *state) argument
299 ph_disp_lock(ph_dispState *state) argument
376 ph_disp_release(ph_dispState *state) argument
654 ph_disp( ph_dispState *state, enum Mode mode, Word16 x[], Word16 cbGain, Word16 ltpGain, Word16 inno[], Word16 pitch_fac, Word16 tmp_shift, Flag *pOverflow ) argument
[all...]
H A Dec_gains.cpp126 state = pointer to a pointer to a structure containing code state data of
144 This function resets the state data for the ec_gain module.
159 int ec_gain_code_reset (ec_gain_codeState *state)
163 if (state == (ec_gain_codeState *) NULL){
169 state->gbuf[i] = 1;
170 state->past_gain_code = 0;
171 state->prev_gc = 1;
199 Word16 ec_gain_code_reset(ec_gain_codeState *state) argument
203 if (state
315 ec_gain_code( ec_gain_codeState *st, gc_predState *pred_state, Word16 state, Word16 *gain_code, Flag *pOverflow ) argument
577 ec_gain_pitch( ec_gain_pitchState *st, Word16 state, Word16 *gain_pitch, Flag *pOverflow ) argument
686 ec_gain_pitch_reset(ec_gain_pitchState *state) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DStateChangeResult.java20 * Stores supplicant state change information passed from WifiMonitor to
21 * a state machine. WifiStateMachine, SupplicantStateTracker and WpsStateMachine
22 * are example state machines that handle it.
27 SupplicantState state) {
28 this.state = state;
37 SupplicantState state; field in class:StateChangeResult
26 StateChangeResult(int networkId, WifiSsid wifiSsid, String BSSID, SupplicantState state) argument
H A DSupplicantState.java26 * state. This is more fine-grained than most users will be interested in.
31 * state constants in <code>defs.h</code> in <code>wpa_supplicant</code>.
35 * This state indicates that client is not associated, but is likely to
36 * start looking for an access point. This state is entered when a
44 * This state is entered if the network interface is disabled.
51 * Inactive state (wpa_supplicant disabled).
53 * This state is entered if there are no enabled networks in the
63 * This state is entered when wpa_supplicant starts scanning for a
71 * This state is entered when wpa_supplicant has found a suitable BSS
80 * This state i
169 isValidState(SupplicantState state) argument
175 isHandshakeState(SupplicantState state) argument
197 isConnecting(SupplicantState state) argument
219 isDriverActive(SupplicantState state) argument
[all...]
/frameworks/opt/telephony/tests/telephonymockriltests/src/com/android/telephonymockriltests/functional/
H A DSimpleTestUsingMockRil.java42 * Get the current radio state of RIL
45 int state = mMockRilCtrl.getRadioState();
46 Log.v(TAG, "testGetRadioState: " + state);
47 assertTrue(state >= 0 && state <= 9);
51 * Set the current radio state of RIL
52 * and verify the radio state is set correctly
55 for (int state = 0; state <= 9; state
[all...]
/frameworks/rs/
H A DrsProgram.cpp30 mHal.state.inputElementsCount++;
33 mHal.state.constantsCount++;
36 mHal.state.texturesCount++;
40 mTextures = new ObjectBaseRef<Allocation>[mHal.state.texturesCount];
41 mSamplers = new ObjectBaseRef<Sampler>[mHal.state.texturesCount];
42 mInputElements = new ObjectBaseRef<Element>[mHal.state.inputElementsCount];
43 mConstantTypes = new ObjectBaseRef<Type>[mHal.state.constantsCount];
44 mConstants = new ObjectBaseRef<Allocation>[mHal.state.constantsCount];
46 mHal.state.textures = new Allocation*[mHal.state
[all...]
H A DrsFBOCache.cpp28 mHal.state.colorTargetsCount = 1;
29 mHal.state.colorTargets = new Allocation*[mHal.state.colorTargetsCount];
30 mColorTargets = new ObjectBaseRef<Allocation>[mHal.state.colorTargetsCount];
35 delete[] mHal.state.colorTargets;
48 if (slot >= mHal.state.colorTargetsCount) {
53 if (!(a->getIsTexture() || (a->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT))) {
59 mHal.state.colorTargets[slot] = a;
71 mHal.state.depthTarget = a;
76 for (uint32_t i = 0; i < mHal.state
[all...]
H A DrsType.cpp41 if (mHal.state.lodCount) {
42 delete [] mHal.state.lodDimX;
43 delete [] mHal.state.lodDimY;
44 delete [] mHal.state.lodDimZ;
45 delete [] mHal.state.lodOffset;
59 rsAssert(mHal.state.faces);
64 uint32_t oldLODCount = mHal.state.lodCount;
66 uint32_t l2x = rsFindHighBit(mHal.state.dimX) + 1;
67 uint32_t l2y = rsFindHighBit(mHal.state.dimY) + 1;
68 uint32_t l2z = rsFindHighBit(mHal.state
[all...]
H A DrsMesh.cpp26 mHal.state.primitives = NULL;
27 mHal.state.primitivesCount = 0;
28 mHal.state.indexBuffers = NULL;
29 mHal.state.indexBuffersCount = 0;
30 mHal.state.vertexBuffers = NULL;
31 mHal.state.vertexBuffersCount = 0;
42 mHal.state.primitivesCount = primitivesCount;
43 mHal.state.indexBuffersCount = primitivesCount;
44 mHal.state.primitives = new RsPrimitive[mHal.state
[all...]
H A DrsProgramStore.cpp31 mHal.state.ditherEnable = ditherEnable;
33 mHal.state.colorRWriteEnable = colorMaskR;
34 mHal.state.colorGWriteEnable = colorMaskG;
35 mHal.state.colorBWriteEnable = colorMaskB;
36 mHal.state.colorAWriteEnable = colorMaskA;
37 mHal.state.blendSrc = srcFunc;
38 mHal.state.blendDst = destFunc;
40 mHal.state.depthWriteEnable = depthMask;
41 mHal.state.depthFunc = depthFunc;
57 void ProgramStore::setup(const Context *rsc, ProgramStoreState *state) { argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_proc.cpp131 state = pointer to an array of pointer to structures of type
135 Structure pointed to by the pointer pointed to by state is
137 state points to the allocated memory
152 Allocates state memory and initializes state memory.
167 int Pre_Process_init (Pre_ProcessState **state)
171 if (state == (Pre_ProcessState **) NULL){
175 *state = NULL;
179 fprintf(stderr, "Pre_Process_init: can not malloc state structure\n");
184 *state
212 Pre_Process_init(Pre_ProcessState **state) argument
320 Pre_Process_reset(Pre_ProcessState *state) argument
416 Pre_Process_exit(Pre_ProcessState **state) argument
[all...]
H A Dsid_sync.cpp46 Description: Changed type definition of state pointer to 'void' for
107 state = pointer containing a pointer to the state structure used for
114 return_value = status of sid_sync_reset function; -1, if state is pointing
127 the pointer to state struct in *st. This pointer has to be passed to sid_sync
166 Word16 sid_sync_init(void **state) argument
170 if (state == NULL)
172 /* fprintf(stderr, "sid_sync_init:invalid state parameter\n"); */
176 *state = NULL;
184 "can not malloc state structur
260 sid_syncState *state = (sid_syncState *) st; local
335 sid_sync_exit(void **state) argument
495 sid_sync(void *state, enum Mode mode, enum TXFrameType *tx_frame_type) argument
[all...]
H A Dlpc.cpp100 state = pointer to pointer of state data of type lpcState
117 This function initializes the state data for the LPC module.
135 if (state == (lpcState **) NULL){
139 *state = NULL;
143 // fprintf(stderr, "lpc_init: can not malloc state structure\n");
157 *state = s;
183 Word16 lpc_init(lpcState **state) argument
187 if (state == (lpcState **) NULL)
192 *state
286 lpc_reset(lpcState *state) argument
374 lpc_exit(lpcState **state) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DBarrier.h29 inline Barrier() : state(CLOSED) { }
33 state = OPENED;
38 state = CLOSED;
42 while (state == CLOSED) {
50 volatile int state; member in class:android::Barrier
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java28 * This base class encapsulates the behavior for tracking the state of
29 * meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text.
31 * Key listeners that care about meta state should inherit from this class;
34 * This class provides two mechanisms for tracking meta state that can be used
39 * {@link #getMetaState(long)} operate on a meta key state bit mask.</li>
41 * {@link #getMetaState(CharSequence, int)} operate on meta key state flags stored
43 * meta key state of the text editor; they do not carry any positional information.</li>
51 * When key modifiers are toggled into a latched or locked state, the state
53 * meta state intege
373 resetLockedMeta(long state) argument
398 getMetaState(long state) argument
430 getMetaState(long state, int meta) argument
458 adjustMetaAfterKeypress(long state) argument
482 handleKeyDown(long state, int keyCode, KeyEvent event) argument
501 press(long state, int what, long mask, long locked, long pressed, long released, long used) argument
520 handleKeyUp(long state, int keyCode, KeyEvent event) argument
539 release(long state, int what, long mask, long pressed, long released, long used, KeyEvent event) argument
563 clearMetaKeyState(long state, int which) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dphase_dispersion.cpp160 int16 i, j, state; local
173 state = 0;
177 state = 1;
181 state = 2;
193 if (state < 2)
195 state++;
211 state = 0;
213 if (state > *prev_state + 1)
215 state--;
220 *prev_state = state;
[all...]
/frameworks/base/services/input/
H A DSpriteController.cpp133 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
134 update.state.surfaceWidth = update.state.icon.bitmap.width();
135 update.state.surfaceHeight = update.state.icon.bitmap.height();
136 update.state.surfaceDrawn = false;
137 update.state.surfaceVisible = false;
138 update.state.surfaceControl = obtainSurface(
139 update.state
[all...]
/frameworks/compile/libbcc/tools/build/
H A Dgen-config-from-mk.py32 state = STATE_PRE_CONFIG
35 if state == STATE_PRE_CONFIG:
39 state = STATE_FOUND_CONFIG
41 elif state == STATE_FOUND_CONFIG:
45 state = STATE_IN_CONFIG
47 elif state == STATE_IN_CONFIG:
/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java47 final List<NfcApplicationState> mApps; // Application(s) that have NFC state. Usually one
48 final List<NfcActivityState> mActivities; // Activities that have NFC state
103 * NFC state associated with an {@link Activity}
148 /** find activity state from mActivities */
150 for (NfcActivityState state : mActivities) {
151 if (state.activity == activity) {
152 return state;
158 /** find or create activity state from mActivities */
160 NfcActivityState state = findActivityState(activity);
161 if (state
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A DrsType.cpp41 if (mHal.state.lodCount) {
42 delete [] mHal.state.lodDimX;
43 delete [] mHal.state.lodDimY;
44 delete [] mHal.state.lodDimZ;
45 delete [] mHal.state.lodOffset;
59 rsAssert(mHal.state.faces);
64 uint32_t oldLODCount = mHal.state.lodCount;
66 uint32_t l2x = rsFindHighBit(mHal.state.dimX) + 1;
67 uint32_t l2y = rsFindHighBit(mHal.state.dimY) + 1;
68 uint32_t l2z = rsFindHighBit(mHal.state
[all...]
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_mesh.c14 return mesh->mHal.state.vertexBuffersCount;
23 return mesh->mHal.state.primitivesCount;
29 if (mesh == NULL || index >= mesh->mHal.state.vertexBuffersCount) {
33 rs_allocation returnAlloc = {mesh->mHal.state.vertexBuffers[index]};
40 if (mesh == NULL || index >= mesh->mHal.state.primitivesCount) {
44 rs_allocation returnAlloc = {mesh->mHal.state.indexBuffers[index]};
51 if (mesh == NULL || index >= mesh->mHal.state.primitivesCount) {
54 return mesh->mHal.state.primitives[index];
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java49 default: throw new RuntimeException ("illegal call state:" + dcState);
92 return state.toString();
101 state = stateFromDCState (dc.state);
105 attachFake(Connection conn, State state) { argument
108 this.state = state;
116 if (state != State.DISCONNECTED) {
131 state = State.DISCONNECTED;
142 state
[all...]

Completed in 3087 milliseconds

1234567891011>>