Searched refs:result (Results 151 - 175 of 1828) sorted by relevance

1234567891011>>

/frameworks/wilhelm/src/itf/
H A DIVirtualizer.c46 result = SL_RESULT_SUCCESS;
49 result = SL_RESULT_CONTROL_LOST;
53 result = android_fx_statusToResult(status);
68 result = SL_RESULT_PARAMETER_INVALID;
75 result = SL_RESULT_SUCCESS;
78 result = SL_RESULT_CONTROL_LOST;
81 result = SL_RESULT_SUCCESS;
96 result = SL_RESULT_PARAMETER_INVALID;
102 result = SL_RESULT_SUCCESS;
105 result
[all...]
H A DISeek.c39 result = SL_RESULT_SUCCESS;
43 result = SL_RESULT_PARAMETER_INVALID;
57 result = SL_RESULT_PARAMETER_INVALID;
63 result = SL_RESULT_FEATURE_UNSUPPORTED;
69 result = android_audioPlayer_loop(ap, loopEnable);
71 result = SL_RESULT_PARAMETER_INVALID;
78 result = android_Player_loop(mp, loopEnable);
80 result = SL_RESULT_PARAMETER_INVALID;
85 result = SL_RESULT_PARAMETER_INVALID;
88 if (SL_RESULT_SUCCESS == result) {
[all...]
H A DIAudioIODeviceCapabilities.c30 result = SL_RESULT_PARAMETER_INVALID;
32 result = SL_RESULT_SUCCESS;
35 result = SL_RESULT_BUFFER_INSUFFICIENT;
53 result = SL_RESULT_PARAMETER_INVALID;
55 result = SL_RESULT_SUCCESS;
61 result = SL_RESULT_IO_ERROR;
81 result = SL_RESULT_SUCCESS;
93 result = SL_RESULT_PARAMETER_INVALID;
95 result = SL_RESULT_SUCCESS;
98 result
[all...]
H A DIEngineCapabilities.c28 result = SL_RESULT_PARAMETER_INVALID;
34 result = SL_RESULT_SUCCESS;
57 result = SL_RESULT_SUCCESS;
60 result = SL_RESULT_PARAMETER_INVALID;
74 result = SL_RESULT_PARAMETER_INVALID;
77 result = SL_RESULT_SUCCESS;
90 result = SL_RESULT_PARAMETER_INVALID;
95 result = SL_RESULT_SUCCESS;
111 result = SL_RESULT_SUCCESS;
115 result
[all...]
H A DIMIDIMuteSolo.c28 result = SL_RESULT_PARAMETER_INVALID;
38 result = SL_RESULT_SUCCESS;
51 result = SL_RESULT_PARAMETER_INVALID;
58 result = SL_RESULT_SUCCESS;
71 result = SL_RESULT_PARAMETER_INVALID;
81 result = SL_RESULT_SUCCESS;
94 result = SL_RESULT_PARAMETER_INVALID;
101 result = SL_RESULT_SUCCESS;
113 result = SL_RESULT_PARAMETER_INVALID;
119 result
[all...]
H A DIDeviceVolume.c38 result = SL_RESULT_SUCCESS;
41 result = SL_RESULT_PARAMETER_INVALID;
66 result = SL_RESULT_SUCCESS;
70 result = SL_RESULT_PARAMETER_INVALID;
83 result = SL_RESULT_PARAMETER_INVALID;
99 result = SL_RESULT_SUCCESS;
103 result = SL_RESULT_PARAMETER_INVALID;
H A DIOutputMix.c28 result = SL_RESULT_PARAMETER_INVALID;
30 result = SL_RESULT_SUCCESS;
35 result = SL_RESULT_BUFFER_INSUFFICIENT;
57 result = SL_RESULT_SUCCESS;
69 result = SL_RESULT_PARAMETER_INVALID;
74 result = SL_RESULT_SUCCESS;
77 result = SL_RESULT_PARAMETER_INVALID;
H A DIVideoDecoderCapabilities.cpp31 result = XA_RESULT_PARAMETER_INVALID;
59 result = XA_RESULT_SUCCESS;
73 result = XA_RESULT_PARAMETER_INVALID;
78 result = android::android_videoCodec_getProfileLevelCombinationNb(decoderId, pIndex);
86 result = XA_RESULT_PARAMETER_INVALID;
91 result = android::android_videoCodec_getProfileLevelCombination(decoderId, *pIndex,
99 result = XA_RESULT_PARAMETER_INVALID;
H A DIEqualizer.c63 result = SL_RESULT_SUCCESS;
66 result = SL_RESULT_CONTROL_LOST;
70 result = android_fx_statusToResult(status);
84 result = SL_RESULT_PARAMETER_INVALID;
91 result = SL_RESULT_SUCCESS;
94 result = SL_RESULT_CONTROL_LOST;
97 result = SL_RESULT_SUCCESS;
112 result = SL_RESULT_PARAMETER_INVALID;
117 result = SL_RESULT_SUCCESS;
130 result
[all...]
/frameworks/support/v4/java/android/support/v4/provider/
H A DTreeDocumentFile.java34 final Uri result = DocumentsContractApi21.createFile(mContext, mUri, mimeType, displayName);
35 return (result != null) ? new TreeDocumentFile(this, mContext, result) : null;
40 final Uri result = DocumentsContractApi21.createDirectory(mContext, mUri, displayName);
41 return (result != null) ? new TreeDocumentFile(this, mContext, result) : null;
101 final Uri[] result = DocumentsContractApi21.listFiles(mContext, mUri);
102 final DocumentFile[] resultFiles = new DocumentFile[result.length];
103 for (int i = 0; i < result.length; i++) {
104 resultFiles[i] = new TreeDocumentFile(this, mContext, result[
[all...]
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DUnitTest.java24 public int result; field in class:UnitTest
43 result = initResult;
61 if (result == 0) {
64 result = 1;
67 result = -1;
76 mItem.result = result;
/frameworks/base/core/tests/coretests/src/android/view/
H A DSetTagsTest.java79 boolean result = false;
83 result = true;
85 assertTrue("Setting a tag with a framework id did not throw an exception", result);
90 boolean result = false;
94 result = true;
96 assertTrue("Setting a tag with an id with no package did not throw an exception", result);
106 boolean result = false;
110 result = true;
112 assertTrue("Setting a tag with an id with app package did not throw an exception", result);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLEnvironment.java103 int result = nativeAddSurface(surface);
104 if (result < 0) {
107 return result;
112 int result = nativeAddSurfaceWidthHeight(surface, width, height);
114 if (result < 0) {
117 return result;
121 int result = nativeAddSurfaceFromMediaRecorder(mediaRecorder);
122 if (result < 0) {
126 return result;
H A DSimpleFrameManager.java43 Frame result = null;
48 result = glFrame;
56 return result;
60 Frame result = null;
63 result = new SimpleFrame(format, this);
67 result = new NativeFrame(format, this);
73 result = glFrame;
78 result = new VertexFrame(format, this);
86 return result;
/frameworks/wilhelm/src/
H A Ddata.c33 SLresult result = SL_RESULT_SUCCESS; local
47 result = SL_RESULT_PARAMETER_INVALID;
63 result = SL_RESULT_PARAMETER_INVALID;
95 result = SL_RESULT_PARAMETER_INVALID;
97 if (result == SL_RESULT_SUCCESS) {
100 result = AcquireStrongRef((IObject *) device, expectedObjectID);
101 if (SL_RESULT_SUCCESS != result) {
113 result = SL_RESULT_PARAMETER_INVALID;
119 result = SL_RESULT_PARAMETER_INVALID;
125 result
345 SLresult result = SL_RESULT_SUCCESS; local
777 SLresult result; local
857 SLresult result; local
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java269 int result = 1;
270 result = prime * result + mRingingCallState;
271 result = prime * result + mForegroundCallState;
272 result = prime * result + mBackgroundCallState;
273 result = prime * result + mDisconnectCause;
274 result
[all...]
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DMemoryAccessTask.java41 long result = 0;
43 result += ++memory[index];
45 Log.v(TAG, "Processing...:" + result);
/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp32 SectionData* result = g_SectDataFactory->allocate(); local
33 new (result) SectionData(pSection);
34 return result;
/frameworks/compile/mclinker/lib/Script/
H A DNullaryOp.cpp22 IntOperand* res = result();
31 IntOperand* res = result();
40 IntOperand* res = result();
/frameworks/support/v4/api21/android/support/v4/media/
H A DParceledListSliceAdapterApi21.java40 Object result = null;
42 result = sConstructor.newInstance(itemList);
46 return result;
/frameworks/wilhelm/src/objects/
H A DCAudioRecorder.c26 SLresult result = SL_RESULT_SUCCESS; local
30 result = android_audioRecorder_realize(thiz, async);
33 return result;
/frameworks/av/services/audiopolicy/utilities/convert/
H A Dconvert.h49 * @param[out] result Converted value if success, undefined on failure.
54 static inline bool convertTo(const srcType &input, dstType &result);
108 static inline bool fromString(const std::string &str, T &result) argument
112 * with this type, thus that the result is undefined. */
133 ss >> std::hex >> result; local
139 ss >> result; local
150 * with this type, thus that the result is undefined. */
167 static inline bool run(const std::string &str, dstType &result) argument
169 return fromString<dstType>(str, result);
177 static inline bool run(const srcType &str, std::string &result) argument
214 convertTo(const srcType &input, dstType &result) argument
234 convertTo(const std::string &str, int16_t &result) argument
266 convertTo(const std::string &str, float &result) argument
296 convertTo(const std::string &str, double &result) argument
328 convertTo(const std::string &str, bool &result) argument
356 convertTo(const bool &isSet, std::string &result) argument
375 convertTo(const std::string &str, std::string &result) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowInsets.java274 * <p>The result of this method is equivalent to the return value of
303 final WindowInsets result = new WindowInsets(this);
304 result.mSystemWindowInsets = EMPTY_RECT;
305 result.mSystemWindowInsetsConsumed = true;
306 return result;
322 final WindowInsets result = new WindowInsets(this);
323 result.mSystemWindowInsets = new Rect(
328 return result;
345 final WindowInsets result = new WindowInsets(this);
346 result
[all...]
/frameworks/base/libs/hwui/
H A DPathParser.cpp52 * @param result the result of the extraction, including the position of the
101 static float parseFloat(PathParser::ParseResult* result, const char* startPtr, size_t expectedLength) { argument
105 result->failureOccurred = true;
106 result->failureMessage = "Float out of range: ";
107 result->failureMessage.append(startPtr, expectedLength);
111 result->failureOccurred = true;
112 result->failureMessage = "Float format error when parsing: ";
113 result->failureMessage.append(startPtr, expectedLength);
124 static void getFloats(std::vector<float>* outPoints, PathParser::ParseResult* result, argument
165 getPathDataFromAsciiString(PathData* data, ParseResult* result, const char* pathStr, size_t strLen) argument
238 parseAsciiStringForSkPath(SkPath* skPath, ParseResult* result, const char* pathStr, size_t strLen) argument
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dvalue.cpp45 Value result; local
46 result.type = TYPEID;
47 result.value = malloc(sizeof(POD));
48 result.count = 1;
49 *reinterpret_cast<POD*>(result.value) = value;
50 return result;
55 Value result; local
56 result.type = TYPEID;
57 result.value = malloc(sizeof(BASE) * count);
58 memcpy(result
151 Value result; local
175 Value result; local
187 Value result; local
[all...]

Completed in 435 milliseconds

1234567891011>>