Searched defs:getVersion (Results 1 - 25 of 33) sorted by last modified time

12

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFHeader.h105 word_t getVersion() const { function in class:ELFHeader
215 return (getVersion() == EV_CURRENT);
/frameworks/rs/
H A Drs_hal.h96 void (*getVersion)(unsigned int *major, unsigned int *minor); member in struct:android::renderscript::__anon1535
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioCapability.java151 public int getVersion() { method in class:RadioCapability
204 + " mVersion=" + getVersion()
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java483 Log.w(LOG_TAG, String.format("TYPE unsupported by %s: ", getVersion(), ptypeval));
497 "The value unsupported by TYPE of %s: ", getVersion(), pvalueval));
658 if (getVersion() == VCardConfig.VERSION_21) {
716 VCardUtils.constructListFromValue(quotedPrintablePart, getVersion());
725 VCardUtils.constructListFromValue(propertyValue, getVersion());
957 protected int getVersion() { method in class:VCardParserImpl_V21
H A DVCardParserImpl_V30.java53 protected int getVersion() { method in class:VCardParserImpl_V30
H A DVCardParserImpl_V40.java42 protected int getVersion() { method in class:VCardParserImpl_V40
/frameworks/native/libs/gui/
H A DSensor.cpp294 int32_t Sensor::getVersion() const { function in class:android::Sensor
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp151 int GLTraceContext::getVersion() { function in class:android::gltrace::GLTraceContext
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLExtensions.cpp74 char const* GLExtensions::getVersion() const { function in class:android::GLExtensions
/frameworks/compile/slang/
H A Dslang_rs_context.h225 int getVersion() const { return version; } function in class:slang::RSContext
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DSharedLibraryMain.java42 public static int getVersion(Context context) { method in class:SharedLibraryMain
63 if (getVersion(activity) >= minVersion) {
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp790 String8 getVersion(const ResTable_config& config) { function in namespace:AaptConfig
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceResponse.java107 public int getVersion() { method in class:WifiP2pDnsSdServiceResponse
H A DWifiP2pUpnpServiceResponse.java50 public int getVersion() { method in class:WifiP2pUpnpServiceResponse
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java103 version = mCache.getVersion();
129 version = mCache.getVersion();
186 version = mCache.getVersion();
456 private synchronized int getVersion() { method in class:LockSettingsStorage.Cache
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java302 int getVersion() { method in class:HdmiCecController
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp57 int getVersion();
218 int HdmiCecController::getVersion() { function in class:android::HdmiCecController
358 return controller->getVersion();
/frameworks/base/include/androidfw/
H A DObbFile.h58 int32_t getVersion() const { function in class:android::ObbFile
/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbAccessory.java35 mVersion = accessory.getVersion();
72 public String getVersion() { method in class:UsbAccessory
110 compare(mVersion, accessory.getVersion()) &&
/frameworks/base/media/java/android/mtp/
H A DMtpDeviceInfo.java58 public final String getVersion() { method in class:MtpDeviceInfo
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/
H A DClassForMainDex.java25 public static int getVersion() { method in class:ClassForMainDex
26 return Version.getVersion();
H A DMainActivity.java30 public int getVersion() { method in class:MainActivity
31 return ClassForMainDex.getVersion();
H A DVersion.java22 public static int getVersion() { method in class:Version
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/
H A DClassForMainDex.java25 public static int getVersion() { method in class:ClassForMainDex
26 return Version.getVersion();
H A DMainActivity.java30 public int getVersion() { method in class:MainActivity
31 return ClassForMainDex.getVersion();

Completed in 5755 milliseconds

12