Searched refs:decodeInteger (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 347 status_t decodeInteger(InputHidlVec* input, T* output) { in decodeInteger() function 378 status_t err = decodeInteger<int64_t>(input, &size); in decodeString() 408 status_t err = decodeInteger<int64_t>(input, &size); in decodeByteVector() 441 err = decodeInteger<int64_t>(input, &output->value); in decodeExtendableType() 479 err = decodeInteger<int64_t>(input, &output->value); in decodeMetadataType() 515 status_t err = decodeInteger<float>(input, &output->x); in decodeXyColor() 519 return decodeInteger<float>(input, &output->y); in decodeXyColor() 547 status_t err = decodeInteger<int32_t>(input, &output->left); in decodeRect() 551 err = decodeInteger<int32_t>(input, &output->top); in decodeRect() 555 err = decodeInteger<int32_t>(input, &output->right); in decodeRect() [all …]
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 8195 intent.mFlags = decodeInteger(value); in parseUriInternal() 8203 intent.mExtendedFlags = decodeInteger(value); in parseUriInternal() 8392 intent.mFlags = decodeInteger(uri.substring(i, j)); 8503 private static Integer decodeInteger(String value) { in decodeInteger() method 8585 intent.putExtra(key, decodeInteger(value)); in parseCommandArgs() 8609 list[i] = decodeInteger(strings[i]); in parseCommandArgs() 8620 list.add(decodeInteger(strings[i])); in parseCommandArgs() 8755 arg = decodeInteger(value) != 0; in parseCommandArgs() 8785 intent.setFlags(decodeInteger(str).intValue()); in parseCommandArgs()
|