OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mImpulse
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerDyn.h
82
// used for direct management of the
mImpulse
pointer
84
return
mImpulse
;
88
mImpulse
= impulse;
105
TI*
mImpulse
; // current location of the impulse response (centered)
106
TI* mRingFull; // mState <=
mImpulse
< mRingFull
AudioResamplerSinc.h
68
int16_t *
mImpulse
;
/external/replicaisland/src/com/replica/replicaisland/
GameObject.java
34
private Vector2
mImpulse
;
86
mImpulse
= new Vector2();
103
mImpulse
.zero();
193
return
mImpulse
;
197
mImpulse
.set(impulse);
Completed in 100 milliseconds