Searched refs:result (Results 251 - 275 of 1207) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c488 * Returns the result of saturated addition of the two inputs Value1, Value2
541 * Returns the result of saturated addition of the two inputs Value1, Value2
594 * Returns the result of saturated substraction of the two inputs Value1, Value2
646 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturated
672 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 OMX_S32 result; local
691 result = armSatMulS16S32_S32(filTap,delayElem);
693 if ( result > OMX_MAX_S16 )
695 result = OMX_MAX_S32;
697 else if( result < OMX_MIN_S1
844 OMX_S32 result; local
881 OMX_S32 result; local
918 OMX_F64 result; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c488 * Returns the result of saturated addition of the two inputs Value1, Value2
541 * Returns the result of saturated addition of the two inputs Value1, Value2
594 * Returns the result of saturated substraction of the two inputs Value1, Value2
646 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturated
672 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 OMX_S32 result; local
691 result = armSatMulS16S32_S32(filTap,delayElem);
693 if ( result > OMX_MAX_S16 )
695 result = OMX_MAX_S32;
697 else if( result < OMX_MIN_S1
844 OMX_S32 result; local
881 OMX_S32 result; local
918 OMX_F64 result; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c488 * Returns the result of saturated addition of the two inputs Value1, Value2
541 * Returns the result of saturated addition of the two inputs Value1, Value2
594 * Returns the result of saturated substraction of the two inputs Value1, Value2
646 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturated
672 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 OMX_S32 result; local
691 result = armSatMulS16S32_S32(filTap,delayElem);
693 if ( result > OMX_MAX_S16 )
695 result = OMX_MAX_S32;
697 else if( result < OMX_MIN_S1
844 OMX_S32 result; local
881 OMX_S32 result; local
918 OMX_F64 result; local
[all...]
/frameworks/native/libs/binder/
H A DProcessState.cpp124 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0); local
125 if (result == NO_ERROR) {
158 status_t result = ioctl(mDriverFD, BINDER_SET_CONTEXT_MGR, &dummy); local
159 if (result == 0) {
161 } else if (result == -1) {
185 sp<IBinder> result; local
227 result = b;
232 result.force_set(b);
237 return result;
242 wp<IBinder> result; local
331 status_t result = NO_ERROR; local
349 status_t result = ioctl(fd, BINDER_VERSION, &vers); local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp478 int32_t result = (int32_t) ((S + A - P) >> 2); local
480 if ( (result < range) && (result > -range)) {
481 pReloc.target() = pReloc.target() | ApplyMask<int32_t>(0x00df20fe,result);
495 int32_t result = (int32_t) ((S + A - P) >> 2); local
498 if ( (result < range) && (result > -range)) {
499 pReloc.target() = pReloc.target() | ApplyMask<int32_t>(bitMask, result);
513 int32_t result = (int32_t) ((S + A - P) >> 2); local
515 if ( (result < rang
544 uint32_t result = (uint32_t) (S + A); local
557 uint32_t result = (uint32_t) (S + A); local
570 uint32_t result = (uint32_t) (S + A); local
583 uint32_t result = (uint32_t) (S + A); local
596 uint32_t result = (uint32_t) ((S + A) >> 16); local
611 int64_t result = (int64_t) (S + A - GP); local
630 int64_t result = (int64_t) ((S + A - GP) >> 1); local
649 int64_t result = (int64_t) ((S + A - GP) >> 2); local
668 int64_t result = (int64_t) ((S + A - GP) >> 3); local
686 int32_t result = ((S + A - P) >> 2); local
703 int32_t result = ((S + A - P) >> 2); local
721 int32_t result = ((S + A - P) >> 6); local
734 int64_t result = ((S + A) >> 6); local
754 int32_t result = ((S + A - P) & 0x3f); local
774 int32_t result = ((S + A - P) & 0x3f); local
794 int32_t result = ((S + A - P) & 0x3f); local
814 int32_t result = ((S + A - P) & 0x3f); local
835 int32_t result = ((S + A - P) & 0x3f); local
854 int64_t result = S + A - P; local
871 uint32_t result = (S + A); local
889 uint32_t result = (PLT_S + pReloc.addend() - P) >> 2; local
902 uint32_t result = (uint32_t) (S + A - GOT); local
915 uint32_t result = (uint32_t) ((S + A - GOT) >> 16); local
929 uint32_t result = (uint32_t) (S + A - GOT); local
943 int32_t result = (S + A - P); local
960 int32_t result = (GOT_S - GOT) >> 6; local
977 int32_t result = (GOT_S - GOT); local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp131 EAS_RESULT result = EAS_OpenFile(mEasData, &mFileLocator, &mEasHandle); local
132 if (result == EAS_SUCCESS) {
136 if (result != EAS_SUCCESS) {
137 ALOGE("EAS_OpenFile failed: [%d]", (int)result);
161 EAS_RESULT result = EAS_OpenFile(mEasData, &mFileLocator, &mEasHandle); local
164 if (result != EAS_SUCCESS) {
165 ALOGE("EAS_OpenFile failed: [%d]", (int)result);
182 EAS_RESULT result; local
183 if ((result = EAS_Prepare(mEasData, mEasHandle)) != EAS_SUCCESS) {
184 ALOGE("EAS_Prepare failed: [%ld]", result);
241 EAS_RESULT result = EAS_Pause(mEasData, mEasHandle); local
261 EAS_RESULT result; local
328 EAS_RESULT result = EAS_Init(&easData); local
439 EAS_RESULT result = EAS_FAILURE; local
[all...]
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java70 int result = 0;
75 result |= SensorManager.SENSOR_ACCELEROMETER;
78 result |= SensorManager.SENSOR_MAGNETIC_FIELD;
81 result |= SensorManager.SENSOR_ORIENTATION
86 return result;
93 boolean result = false;
94 result = registerLegacyListener(SensorManager.SENSOR_ACCELEROMETER,
95 Sensor.TYPE_ACCELEROMETER, listener, sensors, rate) || result;
96 result = registerLegacyListener(SensorManager.SENSOR_MAGNETIC_FIELD,
97 Sensor.TYPE_MAGNETIC_FIELD, listener, sensors, rate) || result;
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java156 ar.result);
166 onDataStateChanged((ArrayList<DataCallResponse>)ar.result);
241 UpdateLinkPropertyResult result = dc.updateLinkProperty(newState);
242 if (result.oldLp.equals(result.newLp)) {
245 if (result.oldLp.isIdenticalInterfaceName(result.newLp)) {
246 if (! result.oldLp.isIdenticalDnses(result.newLp) ||
247 ! result
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java226 boolean result;
240 result = mGpsService.addCircularHardwareGeofence(geofenceId, latitude,
245 result = false;
266 result = true;
269 result = false;
273 result = false;
275 if (result) {
285 if (DEBUG) Log.d(TAG, "addCircularFence: Result is: " + result);
286 return result;
293 boolean result
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.h63 Word32 result; local
65 "SMULWB %[result], %[L_var2], %[var1] \n"
66 :[result]"=r"(result)
69 return result;
/frameworks/av/media/libstagefright/foundation/
H A DABitReader.cpp49 uint32_t result = 0; local
60 result = (result << m) | (mReservoir >> (32 - m));
67 return result;
/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorResponse.java45 public void onResult(Bundle result) { argument
47 result.keySet(); // force it to be unparcelled
49 + AccountManager.sanitizeResult(result));
52 mAccountAuthenticatorResponse.onResult(result);
/frameworks/base/core/java/android/app/backup/
H A DRestoreObserver.java32 * @param result An array of {@link android.app.backup.RestoreSet RestoreSet} objects
34 * the current device. If no applicable datasets exist, {@code result} will be
39 public void restoreSetsAvailable(RestoreSet[] result) { argument
/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java97 int result = mLabel.compareToIgnoreCase(another.mLabel);
98 if (result == 0) {
99 result = mCollection.compareToIgnoreCase(another.mCollection);
101 return result;
/frameworks/base/core/java/android/net/dhcp/
H A DDhcpDiscoverPacket.java45 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
49 result, DHCP_BOOTREQUEST, true);
50 result.flip();
51 return result;
H A DDhcpInformPacket.java44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
46 fillInPacket(encap, mClientIp, mYourIp, destUdp, srcUdp, result,
48 result.flip();
49 return result;
H A DDhcpNakPacket.java46 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
50 fillInPacket(encap, destIp, srcIp, destUdp, srcUdp, result,
52 result.flip();
53 return result;
H A DDhcpRequestPacket.java49 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
52 result, DHCP_BOOTREQUEST, mBroadcast);
53 result.flip();
54 return result;
/frameworks/base/core/java/android/print/
H A DPrintJobId.java54 int result = 1;
55 result = prime * result + ((mValue != null) ? mValue.hashCode() : 0);
56 return result;
/frameworks/base/core/java/android/util/
H A DTimedRemoteCaller.java28 * the response. The remote method calls back with the result and
32 * the timeout then the call failed. Older result received when
33 * waiting for the result are ignored.
44 * public void onCompleted(Object result, int sequence) {
45 * onRemoteMethodResult(result, sequence);
61 * @param <T> The type of the expected result.
100 T result = mResult;
102 return result;
106 public final void onRemoteMethodResult(T result, int sequence) { argument
110 mResult = result;
[all...]
/frameworks/base/core/java/android/webkit/
H A DJsResult.java27 * notifications when the JavaScript result represented by a JsResult instance has
31 public void onJsResultComplete(JsResult result); argument
35 // This is a basic result of a confirm or prompt dialog.
39 * Handle the result if the user cancelled the dialog.
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeBuffer.java45 NativeBuffer result = null;
48 result = (NativeBuffer)myClass.newInstance();
53 if (mSize > 0 && !nativeCopyTo(result)) {
56 return result;
/frameworks/base/test-runner/src/android/test/
H A DLoaderTestCase.java30 * provides a simple way to synchronously get the result from a Loader making
31 * it easy to assert that the Loader returns the expected result.
44 protected void onPostExecute(Void result) {}
49 * Runs a Loader synchronously and returns the result of the load. The loader will
53 * @return The result from the loader
56 // The test thread blocks on this queue until the loader puts it's result in
60 // when it puts the result into the blocking queue
69 // Store the result, unblocking the test thread
88 // Block on the queue waiting for the result of the load to be inserted
89 T result;
[all...]
/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp33 int result; member in struct:Test
90 t->result = t->func();
91 if (t->result != 0) {
110 if (t->result != 0) {
/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanResult.java37 /** The result of this particular scan. */
81 BatchedScanResult result = new BatchedScanResult();
82 result.truncated = (in.readInt() == 1);
85 result.scanResults.add(ScanResult.CREATOR.createFromParcel(in));
87 return result;

Completed in 705 milliseconds

<<11121314151617181920>>