Searched refs:obj (Results 201 - 225 of 895) sorted by relevance

1234567891011>>

/frameworks/native/libs/binder/
H A DParcel.cpp105 const flat_binder_object& obj, const void* who, size_t* outAshmemSize)
107 switch (obj.hdr.type) {
109 if (obj.binder) {
110 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
111 reinterpret_cast<IBinder*>(obj.cookie)->incStrong(who);
115 if (obj.binder)
116 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
119 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
127 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
132 if ((obj
104 acquire_object(const sp<ProcessState>& proc, const flat_binder_object& obj, const void* who, size_t* outAshmemSize) argument
146 acquire_object(const sp<ProcessState>& proc, const flat_binder_object& obj, const void* who) argument
152 release_object(const sp<ProcessState>& proc, const flat_binder_object& obj, const void* who, size_t* outAshmemSize) argument
197 release_object(const sp<ProcessState>& proc, const flat_binder_object& obj, const void* who) argument
212 flat_binder_object obj; local
251 flat_binder_object obj; local
1155 flat_binder_object obj; local
2343 const flat_binder_object* obj local
[all...]
H A DIPCThreadState.cpp505 BBinder* obj = mPendingStrongDerefs[0]; local
507 obj->decStrong(mProcess.get());
522 RefBase* obj = mPostWriteStrongDerefs[i]; local
523 obj->decStrong(mProcess.get());
993 void setTheContextObject(sp<BBinder> obj) argument
995 the_context_object = obj;
1000 BBinder* obj; local
1014 obj = (BBinder*)mIn.readPointer();
1015 ALOG_ASSERT(refs->refBase() == obj,
1017 refs, obj, ref
[all...]
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DRegisteredMediaRouteProvider.java625 private boolean sendRequest(int what, int requestId, int arg, Object obj, Bundle data) { argument
630 msg.obj = obj;
681 final Object obj = msg.obj;
683 if (!processMessage(connection, what, requestId, arg, obj, data)) {
692 int what, int requestId, int arg, Object obj, Bundle data) {
703 if (obj == null || obj instanceof Bundle) {
704 return connection.onRegistered(requestId, arg, (Bundle)obj);
691 processMessage(Connection connection, int what, int requestId, int arg, Object obj, Bundle data) argument
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp82 Input* obj = (*kept).second.first; local
86 folded_objs.insert(obj);
92 debug(diag::debug_icf_folded_section) << sect->name() << obj->name()
120 Module::obj_iterator obj, objEnd = m_Module.obj_end(); local
121 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
125 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
126 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
172 m_KeptSections[candidate->first] = ObjectAndId(*obj, inde
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java633 handleSetSelectNetwork((AsyncResult) msg.obj);
640 ar = (AsyncResult)msg.obj;
667 ar = (AsyncResult) msg.obj;
680 ar = (AsyncResult)msg.obj;
689 ar = (AsyncResult)msg.obj;
699 ar = (AsyncResult) msg.obj;
724 public void registerForSilentRedial(Handler h, int what, Object obj) { argument
808 * Resulting events will have an AsyncResult in <code>Message.obj</code>.
809 * AsyncResult.userData will be set to the obj argument here.
812 public void registerForPreciseCallStateChanged(Handler h, int what, Object obj) { argument
840 registerForHandoverStateChanged(Handler h, int what, Object obj) argument
906 registerForUnknownConnection(Handler h, int what, Object obj) argument
931 registerForNewRingingConnection( Handler h, int what, Object obj) argument
954 registerForVideoCapabilityChanged( Handler h, int what, Object obj) argument
979 registerForInCallVoicePrivacyOn(Handler h, int what, Object obj) argument
999 registerForInCallVoicePrivacyOff(Handler h, int what, Object obj) argument
1020 registerForIncomingRing( Handler h, int what, Object obj) argument
1045 registerForDisconnect(Handler h, int what, Object obj) argument
1067 registerForSuppServiceFailed(Handler h, int what, Object obj) argument
1094 registerForMmiInitiate(Handler h, int what, Object obj) argument
1116 registerForMmiComplete(Handler h, int what, Object obj) argument
1138 registerForSimRecordsLoaded(Handler h, int what, Object obj) argument
1157 registerForTtyModeReceived(Handler h, int what, Object obj) argument
1281 registerForEmergencyCallToggle(Handler h, int what, Object obj) argument
1421 registerForServiceStateChanged( Handler h, int what, Object obj) argument
1443 registerForRingbackTone(Handler h, int what, Object obj) argument
1463 registerForOnHoldTone(Handler h, int what, Object obj) argument
1476 registerForResendIncallMute(Handler h, int what, Object obj) argument
2466 setOnPostDialCharacter(Handler h, int what, Object obj) argument
2489 registerForCdmaOtaStatusChange(Handler h, int what, Object obj) argument
2505 registerForSubscriptionInfoReady(Handler h, int what, Object obj) argument
2538 registerForCallWaiting(Handler h, int what, Object obj) argument
2554 registerForEcmTimerReset(Handler h, int what, Object obj) argument
2573 registerForSignalInfo(Handler h, int what, Object obj) argument
2596 registerForDisplayInfo(Handler h, int what, Object obj) argument
2620 registerForNumberInfo(Handler h, int what, Object obj) argument
2645 registerForRedirectedNumberInfo(Handler h, int what, Object obj) argument
2670 registerForLineControlInfo(Handler h, int what, Object obj) argument
2695 registerFoT53ClirlInfo(Handler h, int what, Object obj) argument
2720 registerForT53AudioControlInfo(Handler h, int what, Object obj) argument
2741 setOnEcbModeExitResponse(Handler h, int what, Object obj) argument
2759 registerForRadioOffOrNotAvailable(Handler h, int what, Object obj) argument
3405 registerForRadioCapabilityChanged(Handler h, int what, Object obj) argument
3529 registerForAllDataDisconnected(Handler h, int what, Object obj) argument
3537 registerForDataEnabledChanged(Handler h, int what, Object obj) argument
[all...]
H A DCarrierActionAgent.java114 if (enabled != null && enabled == (boolean) msg.obj) return;
117 mCarrierActionOnMeteredApnEnabled = (boolean) msg.obj;
125 mCarrierActionOnRadioEnabled = (boolean) msg.obj;
132 mCarrierActionReportDefaultNetworkStatus = (boolean) msg.obj;
161 String iccState = (String) msg.obj;
263 public void registerForCarrierAction(int action, Handler h, int what, Object obj, argument
270 Registrant r = new Registrant(h, what, obj);
H A DCellBroadcastHandler.java70 if (message.obj instanceof SmsCbMessage) {
71 handleBroadcastSms((SmsCbMessage) message.obj);
74 loge("handleMessage got object of type: " + message.obj.getClass().getName());
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java70 WorkerArgs args = (WorkerArgs) msg.obj;
112 reply.obj = args;
179 msg.obj = args;
218 msg.obj = args;
246 msg.obj = args;
273 msg.obj = args;
331 WorkerArgs args = (WorkerArgs) msg.obj;
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java84 SomeArgs args = (SomeArgs)msg.obj;
96 mInputMethodSession.displayCompletions((CompletionInfo[])msg.obj);
100 (ExtractedText)msg.obj);
103 SomeArgs args = (SomeArgs)msg.obj;
110 mInputMethodSession.updateCursor((Rect)msg.obj);
114 mInputMethodSession.updateCursorAnchorInfo((CursorAnchorInfo)msg.obj);
118 SomeArgs args = (SomeArgs)msg.obj;
/frameworks/base/core/java/android/net/
H A DNetworkAgent.java73 * obj = NetworkInfo
80 * obj = NetworkCapabilities
87 * obj = NetworkProperties
99 * obj = network score Integer
109 * obj = Bundle containing map from {@code REDIRECT_URL_KEY} to {@code String}
125 * obj = boolean indicating whether to use this network even if unvalidated
151 * obj = KeepalivePacketData object describing the data to be sent
183 * obj = int[] describing signal strength thresholds.
277 String redirectUrl = ((Bundle)msg.obj).getString(REDIRECT_URL_KEY);
300 ((Bundle) msg.obj)
317 queueOrSendMessage(int what, Object obj) argument
325 queueOrSendMessage(int what, int arg1, int arg2, Object obj) argument
[all...]
H A DStaticIpConfiguration.java149 public boolean equals(Object obj) { argument
150 if (this == obj) return true;
152 if (!(obj instanceof StaticIpConfiguration)) return false;
154 StaticIpConfiguration other = (StaticIpConfiguration) obj;
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java510 public boolean equals(Object obj) { argument
511 if (this == obj) return true;
512 if (!(obj instanceof ModuleProperties)) return false;
513 ModuleProperties other = (ModuleProperties) obj;
682 public boolean equals(Object obj) { argument
683 if (this == obj)
685 if (!(obj instanceof BandDescriptor))
687 BandDescriptor other = (BandDescriptor) obj;
811 public boolean equals(Object obj) { argument
812 if (this == obj)
894 equals(Object obj) argument
1014 equals(Object obj) argument
1148 equals(Object obj) argument
1335 equals(Object obj) argument
1679 equals(Object obj) argument
[all...]
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java131 handleStartListening((Intent) msg.obj);
140 handleChangeListener((RecognitionListener) msg.obj);
444 mInternalListener.onBufferReceived((byte[]) msg.obj);
450 mInternalListener.onError((Integer) msg.obj);
453 mInternalListener.onReadyForSpeech((Bundle) msg.obj);
456 mInternalListener.onResults((Bundle) msg.obj);
459 mInternalListener.onPartialResults((Bundle) msg.obj);
462 mInternalListener.onRmsChanged((Float) msg.obj);
465 mInternalListener.onEvent(msg.arg1, (Bundle) msg.obj);
/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
H A DTestContentProvider.java227 public static int getTypeOfObject(Object obj) { argument
228 if (obj == null) {
230 } else if (obj instanceof byte[]) {
232 } else if (obj instanceof Float || obj instanceof Double) {
234 } else if (obj instanceof Long || obj instanceof Integer
235 || obj instanceof Short || obj instanceof Byte) {
/frameworks/base/libs/hwui/
H A DGpuMemoryTracker.cpp122 for (const auto& obj : gObjectSet) {
123 if (obj->objectType() == GpuObjectType::Texture) {
124 const Texture* texture = static_cast<Texture*>(obj);
/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanCredential.java129 public boolean equals(Object obj) { argument
130 if (!(obj instanceof LowpanCredential)) {
133 LowpanCredential rhs = (LowpanCredential) obj;
/frameworks/support/media/src/main/java/androidx/media/
H A DSessionCommand2.java422 public boolean equals(Object obj) { argument
423 if (!(obj instanceof SessionCommand2)) {
426 SessionCommand2 other = (SessionCommand2) obj;
/frameworks/base/services/core/jni/BroadcastRadio/
H A DTuner.cpp113 static jlong nativeInit(JNIEnv *env, jobject obj, jint halRev, bool withAudio, jint band) { argument
126 static void nativeFinalize(JNIEnv *env, jobject obj, jlong nativeContext) { argument
202 Region getRegion(JNIEnv *env, jobject obj) { argument
203 return static_cast<Region>(env->GetIntField(obj, gjni.Tuner.region));
206 static void nativeClose(JNIEnv *env, jobject obj, jlong nativeContext) { argument
227 static void nativeSetConfiguration(JNIEnv *env, jobject obj, jlong nativeContext, jobject config) { argument
243 static jobject nativeGetConfiguration(JNIEnv *env, jobject obj, jlong nativeContext, argument
262 static void nativeStep(JNIEnv *env, jobject obj, jlong nativeContext, argument
272 static void nativeScan(JNIEnv *env, jobject obj, jlong nativeContext, argument
282 static void nativeTune(JNIEnv *env, jobject obj, jlon argument
305 nativeCancel(JNIEnv *env, jobject obj, jlong nativeContext) argument
313 nativeCancelAnnouncement(JNIEnv *env, jobject obj, jlong nativeContext) argument
324 nativeStartBackgroundScan(JNIEnv *env, jobject obj, jlong nativeContext) argument
338 nativeGetProgramList(JNIEnv *env, jobject obj, jlong nativeContext, jobject jVendorFilter) argument
366 nativeGetImage(JNIEnv *env, jobject obj, jlong nativeContext, jint id) argument
399 nativeIsAnalogForced(JNIEnv *env, jobject obj, jlong nativeContext) argument
420 nativeSetAnalogForced(JNIEnv *env, jobject obj, jlong nativeContext, bool isForced) argument
[all...]
H A DTuner.h45 Region getRegion(JNIEnv *env, jobject obj);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp99 Paint* obj = new Paint(); local
100 defaultSettingsForAndroid(obj);
101 return reinterpret_cast<jlong>(obj);
106 Paint* obj = new Paint(*paint); local
107 return reinterpret_cast<jlong>(obj);
549 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
552 obj->setMinikinLocaleListId(minikinLocaleListId);
635 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
636 obj->reset();
637 defaultSettingsForAndroid(obj);
731 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
736 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
778 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
783 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
789 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
794 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
800 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
807 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
814 Paint* obj = reinterpret_cast<Paint *>(objHandle); local
847 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
854 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
866 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
871 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
878 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
883 Paint* obj = reinterpret_cast<Paint*>(paintHandle); local
888 Paint* obj = reinterpret_cast<Paint*>(paintHandle); local
[all...]
/frameworks/base/core/java/android/widget/
H A DFilter.java119 message.obj = args;
232 RequestArguments args = (RequestArguments) msg.obj;
240 message.obj = args;
280 RequestArguments args = (RequestArguments) msg.obj;
/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java387 public boolean equals(Object obj) { argument
388 if (this == obj) {
391 if (!(obj instanceof Coordinate3F)) {
394 Coordinate3F other = (Coordinate3F) obj;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.h40 static sp<ICrypto> GetCrypto(JNIEnv *env, jobject obj);
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
H A DShortcutKeyServiceProxy.java53 mCallbacks.onShortcutKeyPressed((Long)msg.obj);
/frameworks/base/tools/aapt2/jni/
H A Daapt2_jni.cpp40 static std::vector<ScopedUtfChars> list_to_utfchars(JNIEnv *env, jobject obj) { argument
44 jclass list_cls = env->GetObjectClass(obj);
47 jint size = env->CallIntMethod(obj, size_method_id);
56 jobject string_obj_uncast = env->CallObjectMethod(obj, get_method_id, i);

Completed in 651 milliseconds

1234567891011>>