OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aHandle
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidAudio.java
104
AndroidFileHandle
aHandle
= (AndroidFileHandle)file;
108
if (
aHandle
.type() == FileType.Internal) {
110
AssetFileDescriptor descriptor =
aHandle
.getAssetFileDescriptor();
125
mediaPlayer.setDataSource(
aHandle
.file().getPath());
173
AndroidFileHandle
aHandle
= (AndroidFileHandle)file;
174
if (
aHandle
.type() == FileType.Internal) {
176
AssetFileDescriptor descriptor =
aHandle
.getAssetFileDescriptor();
186
return new AndroidSound(soundPool, manager, soundPool.load(
aHandle
.file().getPath(), 1));
/external/tinyxml/
xmltest.cpp
993
TiXmlHandle
aHandle
= docHandle.FirstChildElement( "?" );
994
TiXmlHandle tHandle =
aHandle
.Child( 0 );
995
assert(
aHandle
.Element() );
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 502 milliseconds