OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numFramesToIgnore
(Results
1 - 7
of
7
) sorted by null
/cts/apps/CtsVerifier/jni/audio_loopback/
sles.h
44
SLuint32
numFramesToIgnore
;
81
int micSource, int
numFramesToIgnore
);
89
int slesCreateServer(sles_data *pSles, int samplingRate, int frameCount, int micSource, int
numFramesToIgnore
);
jni_sles.c
26
jint micSource, jint
numFramesToIgnore
) {
30
if (slesInit(&pSles, samplingRate, frameCount, micSource,
numFramesToIgnore
) != SLES_FAIL) {
sles.cpp
39
int
numFramesToIgnore
) {
51
numFramesToIgnore
);
100
if (pSles->
numFramesToIgnore
) {
101
SLuint32 framesToErase = pSles->
numFramesToIgnore
;
105
pSles->
numFramesToIgnore
-= framesToErase;
216
int micSource, int
numFramesToIgnore
) {
271
if (
numFramesToIgnore
> 0) {
272
pSles->
numFramesToIgnore
=
numFramesToIgnore
;
274
pSles->
numFramesToIgnore
= 0
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
NativeAudioThread.java
71
int micSource, int
numFramesToIgnore
) {
76
mNumFramesToIgnore =
numFramesToIgnore
;
93
int
numFramesToIgnore
);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
FakeWifiLog.java
45
public LogMessage trace(String format, int
numFramesToIgnore
) {
WifiLog.java
126
* the immediate caller, the |
numFramesToIgnore
+ 1|-th caller will be logged.
128
* E.g. if
numFramesToIgnore
== 1, then the caller's caller will be logged.
136
LogMessage trace(@NonNull String format, int
numFramesToIgnore
);
LogcatLog.java
79
public LogMessage trace(String format, int
numFramesToIgnore
) {
82
getNameOfCallingMethod(
numFramesToIgnore
));
Completed in 203 milliseconds