Searched refs:obj (Results 401 - 425 of 597) sorted by relevance

<<11121314151617181920>>

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiWatchdogStateMachine.java501 Intent intent = (Intent) msg.obj;
538 intent = (Intent) msg.obj;
571 intent = (Intent) msg.obj;
642 if (mCurrentBssid == null || msg.obj == null) {
645 RssiPacketCountInfo info = (RssiPacketCountInfo) msg.obj;
792 RssiPacketCountInfo info = (RssiPacketCountInfo) msg.obj;
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java263 * obj = NetworkFactoryInfo
269 * obj = Messenger
296 * obj = NetworkRequest
302 * obj = Messenger
322 * obj = NetworkRequestInfo
329 * obj = PendingIntent
337 * obj = network
343 * obj = network
354 * obj = NetworkRequestInfo
1922 (NetworkCapabilities)msg.obj;
[all...]
H A DLockSettingsStorage.java609 public boolean equals(Object obj) { argument
610 if (!(obj instanceof CacheKey))
612 CacheKey o = (CacheKey) obj;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java327 ar = (AsyncResult) msg.obj;
334 ar = (AsyncResult) msg.obj;
365 ar = (AsyncResult) msg.obj;
377 ar = (AsyncResult) msg.obj;
389 ar = (AsyncResult) msg.obj;
408 ar = (AsyncResult) msg.obj;
416 ar = (AsyncResult) msg.obj;
423 ar = (AsyncResult) msg.obj;
432 ar = (AsyncResult) msg.obj;
466 ar = (AsyncResult) msg.obj;
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp530 static jboolean android_location_GpsLocationProvider_init(JNIEnv* env, jobject obj) argument
534 mCallbacksObj = env->NewGlobalRef(obj);
556 static void android_location_GpsLocationProvider_cleanup(JNIEnv* /* env */, jobject /* obj */)
563 jobject /* obj */, jint mode, jint recurrence, jint min_interval, jint preferred_accuracy,
578 static jboolean android_location_GpsLocationProvider_start(JNIEnv* /* env */, jobject /* obj */)
591 static jboolean android_location_GpsLocationProvider_stop(JNIEnv* /* env */, jobject /* obj */)
605 jobject /* obj */,
612 static jint android_location_GpsLocationProvider_read_sv_status(JNIEnv* env, jobject /* obj */,
644 JNIEnv* /* env */, jobject /* obj */, jint type, jint mcc, jint mnc, jint lac, jint cid)
671 jobject /* obj */, jbyteArra
1284 android_location_GpsLocationProvider_start_measurement_collection( JNIEnv* env, jobject obj) argument
1301 android_location_GpsLocationProvider_stop_measurement_collection( JNIEnv* env, jobject obj) argument
1394 android_location_GpsLocationProvider_start_navigation_message_collection( JNIEnv* env, jobject obj) argument
1411 android_location_GpsLocationProvider_stop_navigation_message_collection( JNIEnv* env, jobject obj) argument
1423 android_location_GpsLocationProvider_configuration_update(JNIEnv* env, jobject obj, jstring config_content) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java614 public void setOnPostDialCharacter(Handler h, int what, Object obj) { argument
615 mPostDialHandler = new Registrant(h, what, obj);
1042 public void registerForSilentRedial(Handler h, int what, Object obj) { argument
1043 mSilentRedialRegistrants.addUnique(h, what, obj);
1151 AsyncResult ar = (AsyncResult) msg.obj;
1325 public void setOnEcbModeExitResponse(Handler h, int what, Object obj) { argument
1326 mEcmExitRespRegistrant = new Registrant(h, what, obj);
H A DImsPhoneMmiCode.java981 ar = (AsyncResult) (msg.obj);
987 ar = (AsyncResult) (msg.obj);
1004 ar = (AsyncResult) (msg.obj);
1009 ar = (AsyncResult) (msg.obj);
1014 ar = (AsyncResult) (msg.obj);
1035 ar = (AsyncResult) (msg.obj);
1040 ar = (AsyncResult) (msg.obj);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java2922 if (msg.obj == null) {
2925 if (msg.obj instanceof Parcel) {
2926 Parcel parcel = (Parcel)msg.obj;
2938 if (msg.obj instanceof Parcel) {
2939 Parcel parcel = (Parcel) msg.obj;
2950 if (msg.obj instanceof Parcel) {
2951 Parcel parcel = (Parcel) msg.obj;
2976 int what, int arg1, int arg2, Object obj)
2988 Message m = mp.mEventHandler.obtainMessage(what, arg1, arg2, obj);
2975 postEventFromNative(Object mediaplayer_ref, int what, int arg1, int arg2, Object obj) argument
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java921 public boolean equals(final Object obj) { argument
922 if (obj == null) {
925 if (this == obj) {
928 if (obj instanceof StreamConfigurationMap) {
929 final StreamConfigurationMap other = (StreamConfigurationMap) obj;
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java1250 pushEvent((String) msg.obj, msg.getData());
1267 public void post(int what, Object obj) { argument
1268 obtainMessage(what, obj).sendToTarget();
1271 public void post(int what, Object obj, Bundle data) { argument
1272 Message msg = obtainMessage(what, obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java613 ar = (AsyncResult)msg.obj;
647 ar = (AsyncResult)msg.obj;
664 ar = (AsyncResult)msg.obj;
678 ar = (AsyncResult)msg.obj;
698 ar = (AsyncResult)msg.obj;
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp133 sp<RefBase> obj; local
134 CHECK(msg->findObject("surface", &obj));
135 mSurface = static_cast<Surface *>(obj.get());
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp635 sp<RefBase> obj; local
636 CHECK(msg->findObject("description", &obj));
637 desc = static_cast<ASessionDescription *>(obj.get());
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp197 sp<RefBase> obj; local
198 CHECK(msg->findObject("session-desc", &obj));
199 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
/frameworks/base/core/java/android/app/
H A DDialog.java1323 ((OnDismissListener) msg.obj).onDismiss(mDialog.get());
1326 ((OnCancelListener) msg.obj).onCancel(mDialog.get());
1329 ((OnShowListener) msg.obj).onShow(mDialog.get());
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java278 /** Returns true iff obj is a Matrix and its values equal our values.
281 public boolean equals(Object obj) { argument
282 //if (obj == this) return true; -- NaN value would mean matrix != itself
283 if (!(obj instanceof Matrix)) return false;
284 return native_equals(native_instance, ((Matrix)obj).native_instance);
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java1173 byte[] p = (byte[]) msg.obj;
1201 int arg1, int arg2, Object obj) {
1208 arg2, obj);
1200 postEventFromNative(Object effect_ref, int what, int arg1, int arg2, Object obj) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java91 public boolean equals(Object obj) { argument
92 if (obj instanceof ActiveSource) {
93 ActiveSource that = (ActiveSource) obj;
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java614 public boolean equals(Object obj) { argument
615 if (obj instanceof Key) {
616 final Key key = (Key) obj;
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java98 public boolean equals(Object obj) { argument
99 if (! (obj instanceof AlsaDevice)) {
102 AlsaDevice other = (AlsaDevice)obj;
/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointCredential.java481 public boolean equals(Object obj) { argument
483 if (obj instanceof WifiPasspointCredential) {
484 final WifiPasspointCredential other = (WifiPasspointCredential) obj;
/frameworks/native/cmds/atrace/
H A Datrace.cpp427 sp<IBinder> obj = sm->checkService(services[i]); local
428 if (obj != NULL) {
430 if (obj->transact(IBinder::SYSPROPS_TRANSACTION, data,
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java70 * <code>obj</code> is set to path currently set on MSE
81 * <code>obj</code> contains ArrayList of sub-folder names
91 * <code>obj</code> contains number of items in folder listing
100 * <code>obj</code> contains ArrayList of {@link BluetoothMapBmessage}
111 * <code>obj</code> contains {@link BluetoothMapBmessage}
128 * <code>obj</code> contains handle of message as allocated by MSE
139 * <code>obj</code> contains <code>1</code> if notifications are enabled and
149 * <code>obj</code> contains {@link BluetoothMapEventReport}
158 * <code>obj</code> contains number of items in messages listing
337 client.mObexTransport = (ObexTransport) msg.obj;
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java252 AsyncResult ar = (AsyncResult)msg.obj;
281 AsyncResult ar = (AsyncResult)msg.obj;
303 handleSimLocked(msg.arg1, (String) msg.obj);
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp84 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
117 void JNIMediaPlayerListener::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
120 if (obj && obj->dataSize() > 0) {
124 nativeParcel->setData(obj->data(), obj->dataSize());

Completed in 789 milliseconds

<<11121314151617181920>>