Home
last modified time | relevance | path

Searched refs:retrieve (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
DJDWPClassDataRetriever.java54 return new JDWPClassDataRetriever(client).retrieve(); in getClassData()
57 private Map<String, String> retrieve() { in retrieve() method in JDWPClassDataRetriever
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt46 then retrieve those cached shaders during subsequent executions of the same
82 * client API implementation may use to retrieve a cached value from the
156 To retrieve the binary value associated with a given key from the cache, a
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto100 // Count getPropertyByteArray calls to retrieve the device unique id.
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME12 - retrieve sensors
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto54 // carrier's SUPL server, used to retrieve GPS information.
/frameworks/compile/slang/
DREADME.rst296 provide return methods to retrieve this value. If a script updates
/frameworks/av/media/libstagefright/
DACodec.cpp7437 mCurrent = retrieve(); in VendorExtensionIterator()
7448 VendorExtension retrieve() { in retrieve() function in android::VendorExtensionIterator
7503 mCurrent = retrieve(); in operator ++()