Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSinglePhotoDataAdapter.java184 public void getImageSize(int offset, PhotoView.Size size) { in getImageSize()
195 public int getImageRotation(int offset) { in getImageRotation()
200 public ScreenNail getScreenNail(int offset) { in getScreenNail()
210 public boolean isCamera(int offset) { in isCamera()
215 public boolean isPanorama(int offset) { in isPanorama()
220 public boolean isStaticCamera(int offset) { in isStaticCamera()
225 public boolean isVideo(int offset) { in isVideo()
230 public boolean isDeletable(int offset) { in isDeletable()
235 public MediaItem getMediaItem(int offset) { in getMediaItem()
260 public int getLoadingState(int offset) { in getLoadingState()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLId.java26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers()
28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers()
32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
DGLES20IdImpl.java19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers()
25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
DGLES11IdImpl.java38 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers()
47 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
54 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
61 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc124 VolumeOffset offset = VolumeOffset(service.handle); in set_volume_offset_control_service_handles() local
270 for (auto const& offset : audio_offsets.volume_offsets) { in EnqueueInitialRequests() local
301 for (auto const& offset : audio_offsets.volume_offsets) { in EnqueueRemainingRequests() local
327 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in GetExtAudioOutVolumeOffset() local
340 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in GetExtAudioOutLocation() local
352 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in SetExtAudioOutLocation() local
374 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in GetExtAudioOutDescription() local
386 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in SetExtAudioOutDescription() local
405 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in ExtAudioOutControlPointOperation() local
/packages/apps/Gallery/src/com/android/camera/
DImageGetter.java53 public void imageLoaded(int pos, int offset, RotateBitmap bitmap, in imageLoaded()
55 public boolean wantsThumbnail(int pos, int offset); in wantsThumbnail()
56 public boolean wantsFullImage(int pos, int offset); in wantsFullImage()
57 public int fullImageSizeToUse(int pos, int offset); in fullImageSizeToUse()
102 private Runnable callback(final int position, final int offset, in callback()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DMemory.java27 public static int peekInt(byte[] src, int offset, ByteOrder order) { in peekInt()
41 public static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { in pokeInt()
55 public static long peekLong(byte[] src, int offset, ByteOrder order) { in peekLong()
79 public static void pokeLong(byte[] dst, int offset, long value, ByteOrder order) { in pokeLong()
/packages/modules/Bluetooth/system/packet/base/
Diterator.cc37 Iterator Iterator::operator+(size_t offset) { in operator +()
43 Iterator& Iterator::operator+=(size_t offset) { in operator +=()
67 Iterator Iterator::operator-(size_t offset) { in operator -()
75 Iterator& Iterator::operator-=(size_t offset) { in operator -=()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DBearerData.java244 private static String decodeUtf8(byte[] data, int offset, int numFields) in decodeUtf8()
249 private static String decodeUtf16(byte[] data, int offset, int numFields) in decodeUtf16()
257 private static String decodeCharset(byte[] data, int offset, int numFields, int width, in decodeCharset()
278 private static String decode7bitAscii(byte[] data, int offset, int numFields) in decode7bitAscii()
313 private static String decode7bitGsm(byte[] data, int offset, int numFields) in decode7bitGsm()
328 private static String decodeLatin(byte[] data, int offset, int numFields) in decodeLatin()
333 private static String decodeShiftJis(byte[] data, int offset, int numFields) in decodeShiftJis()
338 private static String decodeGsmDcs(byte[] data, int offset, int numFields, in decodeGsmDcs()
361 int offset = 0; in decodeUserDataPayload() local
DGsmAlphabet.java640 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString()
661 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString()
743 public static String gsm8BitUnpackedToString(byte[] data, int offset, int length) { in gsm8BitUnpackedToString()
758 byte[] data, int offset, int length, String characterset) { in gsm8BitUnpackedToString()
/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs117 offset: PropOffset, field
150 offset: NodeOffset, field
156 let offset = self.fdt.parent_offset(self.offset)?; in parent() localVariable
163 let offset = self.fdt.supernode_atdepth_offset(self.offset, depth)?; in supernode_at_depth() localVariable
259 let offset = self.fdt.node_offset_by_compatible(self.offset, compatible)?; in next_compatible() localVariable
283 let offset = self.fdt.first_subnode(self.offset)?; in first_subnode() localVariable
289 let offset = self.fdt.next_subnode(self.offset)?; in next_subnode() localVariable
335 let offset = self.fdt.subnode_offset_namelen(self.offset, name)?; in subnode() localVariable
342 let offset = self.fdt.subnode_offset_namelen(self.offset, name)?; in subnode_with_name_bytes() localVariable
358 offset: NodeOffset, field
[all …]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java488 private boolean getBlob(RandomAccessFile file, int offset, in getBlob()
555 int offset = hashStart + slot * 12; in lookupInternal() local
606 int offset = mActiveHashStart + i * 12; in getActiveCount() local
625 int checkSum(byte[] data, int offset, int nbytes) { in checkSum()
640 static int readInt(byte[] buf, int offset) { in readInt()
647 static long readLong(byte[] buf, int offset) { in readLong()
655 static void writeInt(byte[] buf, int offset, int value) { in writeInt()
662 static void writeLong(byte[] buf, int offset, long value) { in writeLong()
/packages/apps/SecureElement/src/com/android/se/internal/
DByteArrayConverter.java82 public static String byteArrayToHexString(byte[] array, int offset, int length) { in byteArrayToHexString()
97 public static String byteArrayToHexString(byte[] array, int offset) { in byteArrayToHexString()
126 public static byte[] hexStringToByteArray(String str, int offset, int length) { in hexStringToByteArray()
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DApkArchive.java58 final long offset; field in ApkArchive.Location
61 public Location(long offset, long size) { in Location()
140 long offset = buf.getInt() & 0xffffffffL; in findCDRecord() local
182 long offset = cdRecordOffset - size - 8; in getSignatureLocation() local
/packages/apps/TV/src/com/android/tv/license/
DLicenses.java83 long offset = license.getLicenseOffset(); in getLicenseText() local
89 Context context, @RawRes int resourcesIdentifier, long offset, int length) { in getTextFromResource()
95 private static String getTextFromInputStream(InputStream stream, long offset, int length) { in getTextFromInputStream()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DTlvBufferUtils.java197 public TlvConstructor putByteArray(int type, @Nullable byte[] array, int offset, in putByteArray()
397 public int offset; field in TlvBufferUtils.TlvElement
399 private TlvElement(int type, int length, @Nullable byte[] refArray, int offset) { in TlvElement()
669 private static void pokeShort(byte[] dst, int offset, short value, ByteOrder order) { in pokeShort()
679 private static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { in pokeInt()
693 private static short peekShort(byte[] src, int offset, ByteOrder order) { in peekShort()
701 private static int peekInt(byte[] src, int offset, ByteOrder order) { in peekInt()
/packages/apps/Dialer/java/com/android/dialer/about/
DLicenses.java65 long offset = license.getLicenseOffset(); in getLicenseText() local
71 Context context, String filename, long offset, int length) { in getTextFromResource()
82 private static String getTextFromInputStream(InputStream stream, long offset, int length) { in getTextFromInputStream()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifParser.java218 long offset = mTiffStream.readUnsignedInt(); in ExifParser() local
275 int offset = mTiffStream.getReadByteCount(); in next() local
365 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd() local
496 private void skipTo(int offset) throws IOException { in skipTo()
518 private void registerIfd(int ifdType, long offset) { in registerIfd()
524 private void registerCompressedImage(long offset) { in registerCompressedImage()
528 private void registerUncompressedStrip(int stripIndex, long offset) { in registerUncompressedStrip()
552 long offset = mTiffStream.readUnsignedInt(); in readTag() local
800 protected int read(byte[] buffer, int offset, int length) throws IOException { in read()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifParser.java218 long offset = mTiffStream.readUnsignedInt(); in ExifParser() local
275 int offset = mTiffStream.getReadByteCount(); in next() local
365 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd() local
496 private void skipTo(int offset) throws IOException { in skipTo()
518 private void registerIfd(int ifdType, long offset) { in registerIfd()
524 private void registerCompressedImage(long offset) { in registerCompressedImage()
528 private void registerUncompressedStrip(int stripIndex, long offset) { in registerUncompressedStrip()
552 long offset = mTiffStream.readUnsignedInt(); in readTag() local
800 protected int read(byte[] buffer, int offset, int length) throws IOException { in read()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifParser.java219 long offset = mTiffStream.readUnsignedInt(); in ExifParser() local
276 int offset = mTiffStream.getReadByteCount(); in next() local
366 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd() local
498 private void skipTo(int offset) throws IOException { in skipTo()
520 private void registerIfd(int ifdType, long offset) { in registerIfd()
526 private void registerCompressedImage(long offset) { in registerCompressedImage()
530 private void registerUncompressedStrip(int stripIndex, long offset) { in registerUncompressedStrip()
554 long offset = mTiffStream.readUnsignedInt(); in readTag() local
804 protected int read(byte[] buffer, int offset, int length) throws IOException { in read()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DExifParser.java190 long offset = tiffStream.readUnsignedInt(); in ExifParser() local
253 int offset = tiffStream.getReadByteCount(); in next() local
346 int offset = tiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd() local
453 private void skipTo(int offset) throws IOException { in skipTo()
474 private void registerIfd(int ifdType, long offset) { in registerIfd()
480 private void registerCompressedImage(long offset) { in registerCompressedImage()
484 private void registerUncompressedStrip(int stripIndex, long offset) { in registerUncompressedStrip()
512 long offset = tiffStream.readUnsignedInt(); in readTag() local
754 protected int read(byte[] buffer, int offset, int length) throws IOException { in read()
/packages/apps/Messaging/src/com/android/messaging/ui/
DCompositeAdapter.java149 int offset = position - start; in getPartitionAtPosition() local
200 final int offset = position - start; in getItem() local
222 final int offset = position - start; in getItemId() local
244 final int offset = position - start; in isEnabled() local
266 int offset = position - start; in getView() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DAssetFileAddress.java32 public AssetFileAddress(final String filename, final long offset, final long length) { in AssetFileAddress()
60 final long offset, final long length) { in makeFromFileNameAndOffset()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DFakeInputStream.java43 public int read(byte[] buffer, int offset, int length) { in read()
58 private static void throwsIfOutOfBounds(int len, int offset, int count) { in throwsIfOutOfBounds()
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DGsmSmsCbMessage.java190 int offset = wacOffset + 2; in parseWarningAreaCoordinates() local
281 int offset = SmsCbHeader.PDU_HEADER_LENGTH + 1 + (PDU_BODY_PAGE_LENGTH + 1) * i; in parseUmtsBody() local
306 int offset = SmsCbHeader.PDU_HEADER_LENGTH; in parseGsmBody() local
320 private static Pair<String, String> unpackBody(byte[] pdu, int offset, int length, in unpackBody()
392 BitStreamReader(byte[] data, int offset) { in BitStreamReader()

12345678910>>...19