Home
last modified time | relevance | path

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

12345678910>>...17

/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/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattServerCallback.java36 int offset, BluetoothGattCharacteristic characteristic) {} in onCharacteristicReadRequest()
48 int offset, in onCharacteristicWriteRequest()
61 public void onDescriptorReadRequest(BluetoothDevice device, int requestId, int offset, in onDescriptorReadRequest()
74 int offset, in onDescriptorWriteRequest()
111 int requestId, int offset, BluetoothGattCharacteristic characteristic) { in onCharacteristicReadRequest()
113 BluetoothDevice.wrap(device), requestId, offset, characteristic); in onCharacteristicReadRequest() local
122 int offset, in onCharacteristicWriteRequest()
130 offset, in onCharacteristicWriteRequest() local
143 int offset, BluetoothGattDescriptor descriptor) { in onDescriptorReadRequest()
145 requestId, offset, descriptor); in onDescriptorReadRequest() local
[all …]
/packages/apps/WallpaperPicker/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()
/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.cc122 VolumeOffset offset = VolumeOffset(service.handle); in set_volume_offset_control_service_handles() local
266 for (auto const& offset : audio_offsets.volume_offsets) { in EnqueueInitialRequests() local
297 for (auto const& offset : audio_offsets.volume_offsets) { in EnqueueRemainingRequests() local
323 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in GetExtAudioOutVolumeOffset() local
336 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in GetExtAudioOutLocation() local
348 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in SetExtAudioOutLocation() local
370 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in GetExtAudioOutDescription() local
382 VolumeOffset* offset = audio_offsets.FindById(ext_output_id); in SetExtAudioOutDescription() local
401 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/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServlet.java31 @SuppressWarnings("unused") int offset) throws BluetoothGattException { in read()
37 @SuppressWarnings("unused") int offset, @SuppressWarnings("unused") byte[] value) in write()
44 BluetoothGattDescriptor descriptor, @SuppressWarnings("unused") int offset) in readDescriptor()
52 @SuppressWarnings("unused") int offset, @SuppressWarnings("unused") byte[] value) in writeDescriptor()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DMemory.java22 public static int peekInt(byte[] src, int offset, ByteOrder order) { in peekInt()
36 public static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { in pokeInt()
50 public static long peekLong(byte[] src, int offset, ByteOrder order) { in peekLong()
74 public static void pokeLong(byte[] dst, int offset, long value, ByteOrder order) { in pokeLong()
/packages/modules/Bluetooth/system/packet/base/
Diterator.cc36 Iterator Iterator::operator+(size_t offset) { in operator +()
42 Iterator& Iterator::operator+=(size_t offset) { in operator +=()
66 Iterator Iterator::operator-(size_t offset) { in operator -()
74 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
/packages/modules/Bluetooth/system/service/common/android/bluetooth/
DIBluetoothGattServerCallback.aidl27 int request_id, int offset, boolean is_long, int handle); in OnCharacteristicReadRequest()
30 int request_id, int offset, boolean is_long, int handle); in OnDescriptorReadRequest()
33 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnCharacteristicWriteRequest()
37 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnDescriptorWriteRequest()
/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/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/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/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/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/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()

12345678910>>...17