Searched refs:obj (Results 276 - 300 of 364) sorted by relevance

<<1112131415

/frameworks/native/opengl/libagl/
H A Darray.cpp954 v->obj.z = 0;
955 v->obj.w = 0x10000;
956 c->arrays.vertex.fetch(c, v->obj.v, vp);
957 c->arrays.mvp_transform(&c->transforms.mvp, &v->clip, &v->obj);
971 v->obj.z = 0;
972 v->obj.w = 0x10000;
973 c->arrays.vertex.fetch(c, v->obj.v, vp);
974 c->arrays.mvp_transform(mvp, &v->clip, &v->obj);
/frameworks/base/media/java/android/media/
H A DAudioTrack.java1186 int what, int arg1, int arg2, Object obj) {
1195 track.mEventHandlerDelegate.getHandler().obtainMessage(what, arg1, arg2, obj);
1185 postEventFromNative(Object audiotrack_ref, int what, int arg1, int arg2, Object obj) argument
H A DAudioService.java2255 null/*obj*/, 0/*delay*/);
2529 int arg1, int arg2, Object obj, int delay) {
2531 sendMsg(handler, msg, SENDMSG_QUEUE, arg1, arg2, obj, delay);
2535 int existingMsgPolicy, int arg1, int arg2, Object obj, int delay) {
2543 handler.sendMessageDelayed(handler.obtainMessage(msg, arg1, arg2, obj), delay);
3231 setDeviceVolume((VolumeStreamState) msg.obj, msg.arg1);
3235 setAllVolumes((VolumeStreamState) msg.obj);
3239 persistVolume((VolumeStreamState) msg.obj, msg.arg1, msg.arg2);
3340 // msg.obj == address of BTA2DP device
3342 makeA2dpDeviceUnavailableNow( (String) msg.obj );
2528 queueMsgUnderWakeLock(Handler handler, int msg, int arg1, int arg2, Object obj, int delay) argument
2534 sendMsg(Handler handler, int msg, int existingMsgPolicy, int arg1, int arg2, Object obj, int delay) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java326 ActivityRecord r = (ActivityRecord)msg.obj;
343 nmsg.obj = msg.obj;
349 ActivityRecord r = (ActivityRecord)msg.obj;
354 ActivityRecord r = (ActivityRecord)msg.obj;
363 ActivityRecord r = (ActivityRecord)msg.obj;
370 ActivityRecord r = (ActivityRecord)msg.obj;
393 ActivityRecord r = (ActivityRecord)msg.obj;
404 ScheduleDestroyArgs args = (ScheduleDestroyArgs)msg.obj;
575 msg.obj
[all...]
/frameworks/base/core/java/android/app/
H A DActionBar.java809 * @param obj Object to store
812 public abstract Tab setTag(Object obj); argument
/frameworks/base/core/java/android/net/
H A DDnsPinger.java90 * Send a new ping via a socket. arg1 is ID, arg2 is timeout, obj is InetAddress to ping
139 DnsArg dnsArg = (DnsArg) msg.obj;
/frameworks/base/core/java/android/os/
H A DAsyncTask.java640 AsyncTaskResult result = (AsyncTaskResult) msg.obj;
/frameworks/base/core/java/android/webkit/
H A DJWebCoreJavaBridge.java117 .getPluginDirectories(), ((Boolean) msg.obj)
H A DWebViewProvider.java218 public void addJavascriptInterface(Object obj, String interfaceName); argument
H A DWebViewClassic.java1019 // obj=Rect in doc coordinates
1844 remember.obj = resumeMsg;
1851 neverRemember.obj = resumeMsg;
4877 mUpdateMessage.obj = adapter;
7274 ((Message) msg.obj).sendToTarget();
7279 ((Message) msg.obj).sendToTarget();
7299 // obj = Point(x, y)
7309 final Point p = (Point) msg.obj;
7314 WebViewCore.ViewState viewState = (WebViewCore.ViewState) msg.obj;
7320 final float density = (Float) msg.obj;
8077 sendBatchableInputMessage(int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp217 jobject obj = _env->NewObject(gConfig_class, gConfig_ctorID, (jint)nativeConfigs[i]); local
218 _env->SetObjectArrayElement(configs, i, obj);
406 jobject obj = _env->NewObject(gConfig_class, gConfig_ctorID, (jint)nativeConfigs[i]); local
407 _env->SetObjectArrayElement(configs, i, obj);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardUpdateMonitor.java126 handleBatteryUpdate((BatteryStatus) msg.obj);
132 handleSimStateChange((SimArgs) msg.obj);
138 handlePhoneStateChanged((String)msg.obj);
150 handleUserSwitched(msg.arg1, (IRemoteCallback)msg.obj);
H A DKeyguardViewMediator.java1099 handleShow((Bundle) msg.obj);
1105 handleReset((Bundle) msg.obj);
1114 handleNotifyScreenOn((KeyguardViewManager.ShowListener)msg.obj);
1133 doKeyguardLocked((Bundle) msg.obj);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTextResult.java53 mActualResult = (String)msg.obj;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiApConfigStore.java103 mWifiApConfig = (WifiConfiguration) message.obj;
H A DWifiManager.java1301 WpsResult result = (WpsResult) message.obj;
1321 RssiPacketCountInfo info = (RssiPacketCountInfo) message.obj;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java239 ar = (AsyncResult) (msg.obj);
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java470 AsyncTaskResult result = (AsyncTaskResult) msg.obj;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp857 sp<RefBase> obj; local
858 CHECK(msg->findObject("data", &obj));
861 static_cast<ParsedMessage *>(obj.get());
1435 int msg, int ext1, int ext2, const Parcel *obj);
1449 int msg, int ext1, int ext2, const Parcel *obj) {
1448 notify( int msg, int ext1, int ext2, const Parcel *obj) argument
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1483 private void sendMessage(int message, int arg, Object obj) { argument
1488 mHandler.obtainMessage(message, arg, 1, obj).sendToTarget();
1508 GpsRequest gpsRequest = (GpsRequest) msg.obj;
1512 handleUpdateNetworkState(msg.arg1, (NetworkInfo)msg.obj);
1529 handleUpdateLocation((Location)msg.obj);
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java2261 args = (SomeArgs)msg.obj;
2274 ((IInputMethod)msg.obj).unbindInput();
2280 args = (SomeArgs)msg.obj;
2288 args = (SomeArgs)msg.obj;
2297 args = (SomeArgs)msg.obj;
2306 args = (SomeArgs)msg.obj;
2315 args = (SomeArgs)msg.obj;
2326 args = (SomeArgs)msg.obj;
2337 args = (SomeArgs)msg.obj;
2352 ((IInputMethodClient)msg.obj)
[all...]
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp647 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
752 listener->notify(msg, ext1, ext2, obj);
/frameworks/base/core/java/android/content/
H A DSyncManager.java689 msg.obj = new SyncHandlerMessagePayload(syncContext, syncResult);
698 msg.obj = Pair.create(account, authority);
1003 msg.obj = new ServiceConnectionData(this, ISyncAdapter.Stub.asInterface(service));
1010 msg.obj = new ServiceConnectionData(this, null);
1712 Pair<Account, String> payload = (Pair<Account, String>)msg.obj;
1726 SyncHandlerMessagePayload payload = (SyncHandlerMessagePayload)msg.obj;
1740 ServiceConnectionData msgData = (ServiceConnectionData)msg.obj;
1754 ((ServiceConnectionData)msg.obj).activeSyncContext;
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java134 final DrmInfo drmInfo = (DrmInfo) msg.obj;
201 String message = msg.obj.toString();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java1121 msg.obj = apnContext;
2290 onDataStateChanged((AsyncResult) msg.obj);
2339 if (msg.obj instanceof ApnContext) {
2340 onTrySetupData((ApnContext)msg.obj);
2341 } else if (msg.obj instanceof String) {
2342 onTrySetupData((String)msg.obj);
2351 if (msg.obj instanceof ApnContext) {
2352 cleanUpConnection(tearDown, (ApnContext)msg.obj);

Completed in 350 milliseconds

<<1112131415