HomeSort by relevance Sort by last modified time
    Searched defs:getAttrib (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.cpp 48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) {
EglPixmapSurface.cpp 40 bool EglPixmapSurface::getAttrib(EGLint attrib,EGLint* val) {
EglWindowSurface.cpp 41 bool EglWindowSurface::getAttrib(EGLint attrib,EGLint* val) {
EglContext.cpp 71 bool EglContext::getAttrib(EGLint attrib,EGLint* value) {
  /frameworks/base/libs/hwui/
Program.cpp 112 int Program::getAttrib(const char* name) {
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 121 private String getAttrib(ExifInterface exif, String tag) {
157 String aperture = getAttrib(exif, ExifInterface.TAG_APERTURE);
159 String dateTime = getAttrib(exif, ExifInterface.TAG_DATETIME);
160 String exposureTime = getAttrib(exif, ExifInterface.TAG_EXPOSURE_TIME);
165 String gpsDatestamp = getAttrib(exif, ExifInterface.TAG_GPS_DATESTAMP);
171 String gpsProcessingMethod = getAttrib(exif, ExifInterface.TAG_GPS_PROCESSING_METHOD);
172 String gpsTimestamp = getAttrib(exif, ExifInterface.TAG_GPS_TIMESTAMP);
176 String iso = getAttrib(exif, ExifInterface.TAG_ISO);
177 String make = getAttrib(exif, ExifInterface.TAG_MAKE);
178 String model = getAttrib(exif, ExifInterface.TAG_MODEL)
    [all...]

Completed in 76 milliseconds