Searched defs:numChars (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dget_prog_config.cpp333 RETURNING( numChars = returnValue )
335 FOR (i = numChars; i > 0; i--)
459 Int numChars; local
679 numChars =
687 for (i = numChars; i > 0; i--)
/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.cpp145 jsize numChars = env->GetArrayLength(charsArray); local
151 char16_t result = map->getMap()->getMatch(keyCode, chars, size_t(numChars), metaState);
175 jsize numChars = env->GetArrayLength(charsArray); local
179 if (map->getMap()->getEvents(map->getDeviceId(), chars, size_t(numChars), events)) {
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp52 int numChars = fwrite(data, sizeof(char), 1024, pFile); local
53 int numBytes = numChars * sizeof(char);
73 int numChars = fwrite(data, sizeof(char), 1024, fp); local
74 int numBytes = numChars * sizeof(char);
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp74 static String8 toString(const char16_t* chars, size_t numChars) { argument
76 for (size_t i = 0; i < numChars; i++) {
266 char16_t KeyCharacterMap::getMatch(int32_t keyCode, const char16_t* chars, size_t numChars, argument
276 for (size_t i = 0; i < numChars; i++) {
291 keyCode, toString(chars, numChars).string(), metaState, result);
296 bool KeyCharacterMap::getEvents(int32_t deviceId, const char16_t* chars, size_t numChars, argument
300 for (size_t i = 0; i < numChars; i++) {
306 deviceId, toString(chars, numChars).string(), ch);
319 deviceId, toString(chars, numChars).string(), int32_t(outEvents.size()));

Completed in 581 milliseconds