Searched refs:obj (Results 126 - 150 of 895) sorted by relevance

1234567891011>>

/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h31 JNIObject(JNIHelper &helper, T obj);
84 jobject newLocalRef(jobject obj);
85 void deleteLocalRef(jobject obj);
89 JNIObject<T>::JNIObject(JNIHelper &helper, T obj) argument
90 : mHelper(helper), mObj(obj)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccSpecVersion.java125 public boolean equals(Object obj) { argument
126 if (this == obj) {
129 if (obj == null || getClass() != obj.getClass()) {
132 return Arrays.equals(mVersionValues, ((EuiccSpecVersion) obj).mVersionValues);
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java139 Object obj = entry.getValue();
142 retrieveValueAndDependenceInfo(rs, i, fieldID, obj,
174 Object obj = entry.getValue();
177 retrieveValueAndDependenceInfo(rs, i, fieldID, obj, values,
208 int index, Script.FieldID fid, Object obj,
213 if (obj instanceof Future) {
214 Future f = (Future)obj;
215 obj = f.getValue();
224 if (obj instanceof Input) {
225 Input unbound = (Input)obj;
207 retrieveValueAndDependenceInfo(RenderScript rs, int index, Script.FieldID fid, Object obj, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
280 setArg(int index, Object obj) argument
289 setGlobal(Script.FieldID fieldID, Object obj) argument
299 ValueAndSize(RenderScript rs, Object obj) argument
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptGroup.java152 Object obj = entry.getValue();
155 retrieveValueAndDependenceInfo(rs, i, fieldID, obj,
190 Object obj = entry.getValue();
193 retrieveValueAndDependenceInfo(rs, i, fieldID, obj, values,
205 int index, Script.FieldID fid, Object obj,
210 if (obj instanceof Future) {
211 Future f = (Future)obj;
212 obj = f.getValue();
221 if (obj instanceof Input) {
222 Input unbound = (Input)obj;
204 retrieveValueAndDependenceInfo(RenderScript rs, int index, Script.FieldID fid, Object obj, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
277 setArg(int index, Object obj) argument
286 setGlobal(Script.FieldID fieldID, Object obj) argument
296 ValueAndSize(RenderScript rs, Object obj) argument
[all...]
/frameworks/base/core/java/android/app/slice/
H A DSliceItem.java131 public SliceItem(Object obj, @SliceType String format, String subType, argument
133 this(obj, format, subType, hints.toArray(new String[hints.size()]));
139 public SliceItem(Object obj, @SliceType String format, String subType, argument
144 mObj = obj;
333 private static void writeObj(Parcel dest, int flags, Object obj, String type) { argument
339 ((Parcelable) obj).writeToParcel(dest, flags);
342 ((Pair<PendingIntent, Slice>) obj).first.writeToParcel(dest, flags);
343 ((Pair<PendingIntent, Slice>) obj).second.writeToParcel(dest, flags);
346 TextUtils.writeToParcel((CharSequence) obj, dest, flags);
349 dest.writeInt((Integer) obj);
[all...]
/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.cpp59 jstring obj = (jstring)env->NewGlobalRef(stringObj); local
60 const char *val = env->GetStringUTFChars(obj, NULL);
64 item.mObj = obj;
77 Type ## Array obj = (Type ## Array)env->NewGlobalRef(arrayObj); \
78 jsize len = env->GetArrayLength(obj); \
79 const Type *val = env->Get ## NewType ## ArrayElements(obj, NULL); \
83 item.mObj = obj; \
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCallbackHandler.java69 signalCluster.setSubs((List<SubscriptionInfo>) msg.obj);
79 signalCluster.setEthernetIndicators((IconState) msg.obj);
84 signalCluster.setIsAirplaneMode((IconState) msg.obj);
94 mEmergencyListeners.add((EmergencyListener) msg.obj);
96 mEmergencyListeners.remove((EmergencyListener) msg.obj);
101 mSignalCallbacks.add((SignalCallback) msg.obj);
103 mSignalCallbacks.remove((SignalCallback) msg.obj);
/frameworks/native/include/binder/
H A DIInterface.h42 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) argument
44 return INTERFACE::asInterface(obj);
77 const ::android::sp<::android::IBinder>& obj); \
90 const ::android::sp<::android::IBinder>& obj) \
93 if (obj != NULL) { \
95 obj->queryLocalInterface( \
98 intr = new Bp##INTERFACE(obj); \
/frameworks/native/libs/binder/include/binder/
H A DIInterface.h42 inline sp<INTERFACE> interface_cast(const sp<IBinder>& obj) argument
44 return INTERFACE::asInterface(obj);
77 const ::android::sp<::android::IBinder>& obj); \
90 const ::android::sp<::android::IBinder>& obj) \
93 if (obj != NULL) { \
95 obj->queryLocalInterface( \
98 intr = new Bp##INTERFACE(obj); \
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp184 Module::obj_iterator obj, objEnd = m_Module.obj_end(); local
186 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
187 const std::string input_name = (*obj)->name();
188 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
189 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
328 Module::obj_iterator obj, objEnd = m_Module.obj_end(); local
329 for (obj = m_Module.obj_begin(); obj !
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java110 // default phone as the first phone registered, which is Phone obj
1311 * <ul><li>Message.obj will be an AsyncResult</li>
1312 * <li>AsyncResult.userObj = obj</li>
1316 public void registerForDisconnect(Handler h, int what, Object obj) { argument
1317 mDisconnectRegistrants.addUnique(h, what, obj);
1333 * Resulting events will have an AsyncResult in <code>Message.obj</code>.
1334 * AsyncResult.userData will be set to the obj argument here.
1337 public void registerForPreciseCallStateChanged(Handler h, int what, Object obj){ argument
1338 mPreciseCallStateRegistrants.addUnique(h, what, obj);
1353 public void registerForUnknownConnection(Handler h, int what, Object obj){ argument
1377 registerForNewRingingConnection(Handler h, int what, Object obj) argument
1398 registerForIncomingRing(Handler h, int what, Object obj) argument
1420 registerForRingbackTone(Handler h, int what, Object obj) argument
1441 registerForOnHoldTone(Handler h, int what, Object obj) argument
1457 registerForResendIncallMute(Handler h, int what, Object obj) argument
1479 registerForMmiInitiate(Handler h, int what, Object obj) argument
1499 registerForMmiComplete(Handler h, int what, Object obj) argument
1518 registerForEcmTimerReset(Handler h, int what, Object obj) argument
1535 registerForServiceStateChanged(Handler h, int what, Object obj) argument
1555 registerForSuppServiceFailed(Handler h, int what, Object obj) argument
1576 registerForInCallVoicePrivacyOn(Handler h, int what, Object obj) argument
1596 registerForInCallVoicePrivacyOff(Handler h, int what, Object obj) argument
1616 registerForCallWaiting(Handler h, int what, Object obj) argument
1639 registerForSignalInfo(Handler h, int what, Object obj) argument
1662 registerForDisplayInfo(Handler h, int what, Object obj) argument
1683 registerForCdmaOtaStatusChange(Handler h, int what, Object obj) argument
1701 registerForSubscriptionInfoReady(Handler h, int what, Object obj) argument
1745 registerForPostDialCharacter(Handler h, int what, Object obj) argument
1762 registerForTtyModeReceived(Handler h, int what, Object obj) argument
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallbackServant.java58 mDelegate.receiveSessionModifyRequest((VideoProfile) msg.obj);
62 SomeArgs args = (SomeArgs) msg.obj;
74 SomeArgs args = (SomeArgs) msg.obj;
83 SomeArgs args = (SomeArgs) msg.obj;
92 SomeArgs args = (SomeArgs) msg.obj;
101 mDelegate.changeCameraCapabilities((VideoProfile.CameraCapabilities) msg.obj);
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptField_MyStruct.java.expect76 ScriptField_MyStruct obj = new ScriptField_MyStruct(rs);
77 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
78 return obj;
90 ScriptField_MyStruct obj = new ScriptField_MyStruct(rs);
91 Type.Builder b = new Type.Builder(rs, obj.mElement);
95 obj.mAllocation = Allocation.createTyped(rs, t, usages);
96 return obj;
105 ScriptField_MyStruct obj = new ScriptField_MyStruct(rs);
107 if (t.getElement() != obj
[all...]
/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptField_MyStruct.java.expect76 ScriptField_MyStruct obj = new ScriptField_MyStruct(rs);
77 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
78 return obj;
90 ScriptField_MyStruct obj = new ScriptField_MyStruct(rs);
91 Type.Builder b = new Type.Builder(rs, obj.mElement);
95 obj.mAllocation = Allocation.createTyped(rs, t, usages);
96 return obj;
105 ScriptField_MyStruct obj = new ScriptField_MyStruct(rs);
107 if (t.getElement() != obj
[all...]
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptField_MyStruct.java.expect76 ScriptField_MyStruct obj = new ScriptField_MyStruct(rs);
77 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
78 return obj;
90 ScriptField_MyStruct obj = new ScriptField_MyStruct(rs);
91 Type.Builder b = new Type.Builder(rs, obj.mElement);
95 obj.mAllocation = Allocation.createTyped(rs, t, usages);
96 return obj;
105 ScriptField_MyStruct obj = new ScriptField_MyStruct(rs);
107 if (t.getElement() != obj
[all...]
/frameworks/compile/slang/tests/P_reflection3264_divergent/
H A DScriptField_Divergent.java.expect85 ScriptField_Divergent obj = new ScriptField_Divergent(rs);
86 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
87 return obj;
99 ScriptField_Divergent obj = new ScriptField_Divergent(rs);
100 Type.Builder b = new Type.Builder(rs, obj.mElement);
104 obj.mAllocation = Allocation.createTyped(rs, t, usages);
105 return obj;
114 ScriptField_Divergent obj = new ScriptField_Divergent(rs);
116 if (t.getElement() != obj
[all...]
H A DScriptField_DivergentNest.java.expect86 ScriptField_DivergentNest obj = new ScriptField_DivergentNest(rs);
87 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
88 return obj;
100 ScriptField_DivergentNest obj = new ScriptField_DivergentNest(rs);
101 Type.Builder b = new Type.Builder(rs, obj.mElement);
105 obj.mAllocation = Allocation.createTyped(rs, t, usages);
106 return obj;
115 ScriptField_DivergentNest obj = new ScriptField_DivergentNest(rs);
117 if (t.getElement() != obj
[all...]
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
H A DScriptField_Divergent.java.expect82 ScriptField_Divergent obj = new ScriptField_Divergent(rs);
83 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
84 return obj;
96 ScriptField_Divergent obj = new ScriptField_Divergent(rs);
97 Type.Builder b = new Type.Builder(rs, obj.mElement);
101 obj.mAllocation = Allocation.createTyped(rs, t, usages);
102 return obj;
111 ScriptField_Divergent obj = new ScriptField_Divergent(rs);
113 if (t.getElement() != obj
[all...]
H A DScriptField_DivergentNest.java.expect83 ScriptField_DivergentNest obj = new ScriptField_DivergentNest(rs);
84 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
85 return obj;
97 ScriptField_DivergentNest obj = new ScriptField_DivergentNest(rs);
98 Type.Builder b = new Type.Builder(rs, obj.mElement);
102 obj.mAllocation = Allocation.createTyped(rs, t, usages);
103 return obj;
112 ScriptField_DivergentNest obj = new ScriptField_DivergentNest(rs);
114 if (t.getElement() != obj
[all...]
/frameworks/compile/slang/tests/P_struct_field/
H A DScriptField_InnerOne.java.expect77 ScriptField_InnerOne obj = new ScriptField_InnerOne(rs);
78 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
79 return obj;
91 ScriptField_InnerOne obj = new ScriptField_InnerOne(rs);
92 Type.Builder b = new Type.Builder(rs, obj.mElement);
96 obj.mAllocation = Allocation.createTyped(rs, t, usages);
97 return obj;
106 ScriptField_InnerOne obj = new ScriptField_InnerOne(rs);
108 if (t.getElement() != obj
[all...]
H A DScriptField_InnerTwo.java.expect78 ScriptField_InnerTwo obj = new ScriptField_InnerTwo(rs);
79 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
80 return obj;
92 ScriptField_InnerTwo obj = new ScriptField_InnerTwo(rs);
93 Type.Builder b = new Type.Builder(rs, obj.mElement);
97 obj.mAllocation = Allocation.createTyped(rs, t, usages);
98 return obj;
107 ScriptField_InnerTwo obj = new ScriptField_InnerTwo(rs);
109 if (t.getElement() != obj
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java78 CommandsInterface ci, Handler h, int what, Object obj) {
85 sInstance.registerForCdmaSubscriptionSourceChanged(h, what, obj);
117 ar = (AsyncResult) msg.obj;
127 ar = (AsyncResult)msg.obj;
174 private void registerForCdmaSubscriptionSourceChanged(Handler h, int what, Object obj) { argument
175 Registrant r = new Registrant (h, what, obj);
77 getInstance(Context context, CommandsInterface ci, Handler h, int what, Object obj) argument
/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbAccessory.java104 public boolean equals(Object obj) { argument
105 if (obj instanceof UsbAccessory) {
106 UsbAccessory accessory = (UsbAccessory)obj;
/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanProvision.java95 public boolean equals(Object obj) { argument
96 if (!(obj instanceof LowpanProvision)) {
99 LowpanProvision rhs = (LowpanProvision) obj;
/frameworks/base/media/java/android/media/
H A DSessionCommand2.java317 public boolean equals(Object obj) { argument
318 if (!(obj instanceof SessionCommand2)) {
321 return mProvider.equals_impl(((SessionCommand2) obj).mProvider);

Completed in 447 milliseconds

1234567891011>>