Searched refs:returnValue (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_getbits.cpp120 uint32 returnValue = 0; local
124 return (returnValue);
135 returnValue = (((uint32)(Elem)) << 24) |
144 returnValue <<= bitIndex;
147 returnValue >>= (32 - neededBits);
151 return (returnValue);
166 uint16 returnValue; local
174 returnValue = (((uint16)(Elem)) << 8) |
182 returnValue = (returnValue << (bitInde
203 uint32 returnValue; local
238 uint8 returnValue; local
[all...]
/frameworks/base/core/java/android/transition/
H A DTransitionValues.java80 String returnValue = "TransitionValues@" + Integer.toHexString(hashCode()) + ":\n";
81 returnValue += " view = " + view + "\n";
82 returnValue += " values:";
84 returnValue += " " + s + ": " + values.get(s) + "\n";
86 return returnValue;
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp60 EGLBoolean returnValue; local
82 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
83 checkEglError("eglInitialize", returnValue);
84 if (returnValue != EGL_TRUE) {
91 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
92 if (returnValue) {
93 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
112 returnValue = eglMakeCurrent(dpy, surface, surface, context);
113 checkEglError("eglMakeCurrent", returnValue);
114 if (returnValue !
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java135 int returnValue;
138 returnValue = mNext;
144 returnValue = mDelegate.next();
147 if (returnValue == END_TAG && depth <= mFinalDepth) {
150 return returnValue;
175 String returnValue = null;
188 returnValue = attribute.value;
194 returnValue = mDelegate.getAttributeValue(namespace, name);
197 if (returnValue != null && mFinalDepth >= 0 && returnValue
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dbrightness.cpp47 float returnValue = sqrt(0.241f * avgPixels[0] * avgPixels[0] + local
51 return returnValue / 255;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c354 H264SwDecRet returnValue = H264SWDEC_STRM_PROCESSED; local
432 returnValue = H264SWDEC_PIC_RDY_BUFF_NOT_EMPTY;
437 returnValue = H264SWDEC_HDRS_RDY_BUFF_NOT_EMPTY;
446 returnValue = H264SWDEC_PIC_RDY;
448 returnValue = H264SWDEC_PIC_RDY_BUFF_NOT_EMPTY;
457 returnValue = H264SWDEC_STRM_ERR;
462 returnValue = H264SWDEC_MEMFAIL;
474 returnValue);
478 return(returnValue);
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h58 int line, EGLint error, T returnValue, bool quiet = false) {
60 return returnValue;
57 setErrorEtc(const char* caller, int line, EGLint error, T returnValue, bool quiet = false) argument
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp262 EGLBoolean returnValue; local
286 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
287 checkEglError("eglInitialize", returnValue);
289 if (returnValue != EGL_TRUE) {
303 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
304 if (returnValue) {
305 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
327 returnValue = eglMakeCurrent(dpy, surface, surface, context);
328 checkEglError("eglMakeCurrent", returnValue);
329 if (returnValue !
[all...]
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp225 EGLBoolean returnValue; local
249 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
250 checkEglError("eglInitialize", returnValue);
252 if (returnValue != EGL_TRUE) {
259 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
260 if (returnValue) {
261 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
283 returnValue = eglMakeCurrent(dpy, surface, surface, context);
284 checkEglError("eglMakeCurrent", returnValue);
285 if (returnValue !
[all...]
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp335 EGLBoolean returnValue; local
359 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
360 checkEglError("eglInitialize", returnValue);
362 if (returnValue != EGL_TRUE) {
369 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
370 if (returnValue) {
371 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
393 returnValue = eglMakeCurrent(dpy, surface, surface, context);
394 checkEglError("eglMakeCurrent", returnValue);
395 if (returnValue !
[all...]
/frameworks/rs/
H A DrsClosure.cpp12 RsAllocation returnValue,
24 context, (const ScriptKernelID*)kernelID, (Allocation*)returnValue,
60 Allocation* returnValue,
68 mIsKernel(true), mReturnValue(returnValue), mParams(nullptr),
11 rsi_ClosureCreate(Context* context, RsScriptKernelID kernelID, RsAllocation returnValue, RsScriptFieldID* fieldIDs, size_t fieldIDs_length, const int64_t* values, size_t values_length, const int* sizes, size_t sizes_length, RsClosure* depClosures, size_t depClosures_length, RsScriptFieldID* depFieldIDs, size_t depFieldIDs_length) argument
58 Closure(Context* context, const ScriptKernelID* kernelID, Allocation* returnValue, const int numValues, const ScriptFieldID** fieldIDs, const int64_t* values, const int* sizes, const Closure** depClosures, const ScriptFieldID** depFieldIDs) argument
H A DrsClosure.h24 Allocation* returnValue,
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp366 EGLBoolean returnValue; local
394 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
395 checkEglError("eglInitialize", returnValue);
397 if (returnValue != EGL_TRUE) {
438 returnValue = eglMakeCurrent(dpy, surface, surface, context);
439 checkEglError("eglMakeCurrent", returnValue);
440 if (returnValue != EGL_TRUE) {
/frameworks/base/obex/javax/obex/
H A DClientOperation.java442 boolean returnValue = false;
524 returnValue = true;
536 if ((mPrivateOutput.isClosed()) && (!returnValue) && (!mEndOfBodySent)
573 return returnValue;
586 returnValue = true;
588 return returnValue;
H A DClientSession.java219 HeaderSet returnValue = op.getReceivedHeader();
222 return returnValue;
/frameworks/base/core/java/android/preference/
H A DPreferenceGroup.java181 final boolean returnValue = removePreferenceInt(preference);
183 return returnValue;
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp54 EGLBoolean returnValue; local
71 returnValue = eglInitialize(*dpy, &majorVersion, &minorVersion);
72 checkEglError("eglInitialize", returnValue);
76 if (returnValue != EGL_TRUE) {
90 returnValue = EGLUtils::selectConfigForNativeWindow(*dpy,
92 if (returnValue) {
94 returnValue);
117 returnValue = eglMakeCurrent(*dpy, *surface, *surface, context);
118 checkEglError("eglMakeCurrent", returnValue);
119 if (returnValue !
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java293 PropertyValuesHolder returnValue = null;
311 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator,
314 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator,
319 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator,
345 returnValue = PropertyValuesHolder.ofFloat(propertyName,
348 returnValue = PropertyValuesHolder.ofFloat(propertyName, valueFrom);
356 returnValue = PropertyValuesHolder.ofFloat(propertyName, valueTo);
377 returnValue = PropertyValuesHolder.ofInt(propertyName, valueFrom, valueTo);
379 returnValue = PropertyValuesHolder.ofInt(propertyName, valueFrom);
390 returnValue
[all...]
/frameworks/base/tools/preload/
H A Dsorttable.js412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceGroup.java209 final boolean returnValue = removePreferenceInt(preference);
211 return returnValue;
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java669 boolean returnValue;
709 returnValue = true;
718 returnValue = false;
723 return returnValue;
/frameworks/base/core/java/android/app/
H A DInstrumentation.java766 boolean returnValue;
778 returnValue = win.performPanelIdentifierAction(
787 return mr.returnValue;
829 boolean returnValue;
840 returnValue = win.performContextMenuIdentifierAction(
849 return cmr.returnValue;
/frameworks/base/services/net/java/android/net/ip/
H A DIpReachabilityMonitor.java395 final int returnValue = probeNeighbor(mInterfaceIndex, target);
396 IpReachabilityEvent.logProbeEvent(mInterfaceName, returnValue);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java1031 EncodedStringValue returnValue = null;
1051 returnValue = new EncodedStringValue(charset, textString);
1053 returnValue = new EncodedStringValue(textString);
1059 return returnValue;
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java495 String returnValue;
496 returnValue = _glGetString(
499 return returnValue;

Completed in 1841 milliseconds

12