Searched refs:decode (Results 51 - 61 of 61) sorted by relevance

123

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp254 if (!decoder->decode(stream, decoded, prefConfig, decodeMode, javaBitmap != NULL)) {
255 return nullObjectReturn("decoder->decode returned false");
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java550 * Field may be padded with trailing 0xff's. The decode stops
553 * @param data the byte array to decode
554 * @param offset array offset for the first character to decode
555 * @param length the number of bytes to decode
567 * Field may be padded with trailing 0xff's. The decode stops
627 ret.append(charset.decode(mbcsBuffer).toString());
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java768 byte[] bytes = new Base64().decode(keys.getBytes());
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java615 property.setByteValue(Base64.decode(base64Property, Base64.DEFAULT));
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1165 sp<IMemory> MediaPlayerService::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) function in class:android::MediaPlayerService
1167 ALOGV("decode(%s)", url);
1173 // If the application wants to decode those, it should open a
1176 ALOGD("Can't decode %s by path, use filedescriptor instead", url);
1222 sp<IMemory> MediaPlayerService::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) function in class:android::MediaPlayerService
1224 ALOGV("decode(%d, %lld, %lld)", fd, offset, length);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1057 appWidgetIds[i] = Integer.decode(appWidget);
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java538 this.tag = Uri.decode(name.substring(0, at));
H A DConnectivityService.java3390 final VpnProfile profile = VpnProfile.decode(
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java274 intent.setFlags(Integer.decode(str).intValue());
1494 " -r: print raw results (otherwise decode REPORT_KEY_STREAMRESULT). Use with\n" +
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2993 final byte[] encoded = Base64.decode(encodedPublicKey, Base64.DEFAULT);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java7715 mInitialHitTestResult.setExtra(URLDecoder.decode(substr, "UTF-8"));
7717 Log.w(LOGTAG, "Failed to decode URL! " + substr, e);

Completed in 602 milliseconds

123