OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeOpen
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
AudioRecordNative.java
50
if (
nativeOpen
(mNativeRecordInJavaObj, numChannels, channelMask,
150
private static native int
nativeOpen
(
AudioTrackNative.java
52
if (
nativeOpen
(mNativeTrackInJavaObj, numChannels, channelMask,
152
private static native int
nativeOpen
(
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSQLiteConnectionTest.java
176
ptr = ShadowSQLiteConnection.
nativeOpen
(databasePath.getPath(), 0, "test connection", false, false).longValue();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java
70
public static Number
nativeOpen
(String path, int openFlags, String label, boolean enableTrace, boolean enableProfile) {
76
public static long
nativeOpen
(String path, int openFlags, String label, boolean enableTrace,
78
return
nativeOpen
(path, openFlags, label, enableTrace, enableProfile).longValue();
Completed in 72 milliseconds