Searched defs:getIndex (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DDateSorter.java91 public int getIndex(long time) { method in class:DateSorter
100 * @param index date bin index as returned by getIndex()
110 * @param index date bin index as returned by getIndex()
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFGNode.h56 uint32_t getIndex() const function in class:mcld::FGNode
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFReloc.h44 size_t getIndex() const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.h52 size_t getIndex() const { function in class:ELFSectionHeader_CRTP
H A DELFSymbol.h71 size_t getIndex() const { function in class:ELFSymbol_CRTP
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java71 public int getIndex(int at) { method in class:TypedArray
/frameworks/base/tools/aapt/
H A DResourceTable.h451 int32_t getIndex() const { return mIndex; } function in class:ResourceTable::Type
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1944 int idx = getIndex(path);
1955 int idx = getIndex(path);
1967 int idx = getIndex(path);
1975 int idx = getIndex(path);
1987 int idx = getIndex(path);
2021 int AssetManager::ZipSet::getIndex(const String8& zip) const function in class:AssetManager::ZipSet
/frameworks/base/media/java/android/media/
H A DAudioService.java841 int aliasIndex = streamState.getIndex(device);
898 int oldIndex = mStreamStates[streamType].getIndex(device);
929 int index = mStreamStates[streamType].getIndex(device);
1013 oldIndex = streamState.getIndex(device);
1049 index = mStreamStates[streamType].getIndex(device);
1287 int index = mStreamStates[streamType].getIndex(device);
1354 return (mStreamStates[streamType].getIndex(device) + 5) / 10;
1668 int index = mStreamStates[mStreamVolumeAlias[streamType]].getIndex(device);
2425 int index = mStreamStates[AudioSystem.STREAM_MUSIC].getIndex(device);
2922 index = (getIndex(devic
2993 public synchronized int getIndex(int device) { method in class:AudioService.VolumeStreamState
[all...]

Completed in 223 milliseconds