Searched defs:magic (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java38 * 8 bytes magic (a magic number to match what's in the database)
147 // Get the magic number for the specified id in the mini-thumb file.
148 // Returns 0 if the magic is not available.
151 // defined as having the right magic number at the offset
171 Log.v(TAG, "Got exception checking file magic: ", ex);
174 Log.e(TAG, "Got exception when reading magic, id = " + id +
188 public synchronized void saveMiniThumbToFile(byte[] data, long id, long magic) argument
203 mBuffer.putLong(magic);
246 if (size > 1 + 8 + 4) { // flag, magic, lengt
[all...]
/frameworks/base/services/common_time/
H A Dcommon_time_server_packets.h38 // magic number identifying the protocol
39 uint32_t magic; member in class:android::TimeServicePacketHeader
60 magic = kMagic;
68 return ((magic == kMagic) &&
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h96 inline bool isValid() const { return magic == '_dpy'; }
121 uint32_t magic; member in class:android::egl_display_t
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h41 /* RS info file magic */
59 uint8_t magic[8]; member in struct:bcc::rsinfo::Header
/frameworks/native/opengl/libagl/
H A Degl.cpp146 uint32_t magic; member in struct:android::egl_surface_t
176 : magic(MAGIC), dpy(dpy), config(config), ctx(0)
184 magic = 0;
188 ALOGE_IF(magic != MAGIC, "invalid EGLSurface (%p)", this);
189 return magic == MAGIC;
1244 if (static_cast<ANativeWindow*>(window)->common.magic !=
2036 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC)
2067 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC)

Completed in 173 milliseconds