Searched refs:obj (Results 176 - 200 of 556) sorted by relevance

1234567891011>>

/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp104 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { argument
105 if (obj == NULL){
110 return reinterpret_cast<void*>(_env->CallLongMethod(obj, mid));
H A DBindTest.cpp146 /* native void setAll (Object obj, boolean bool, int i, String str, double d, long l) */
152 Object *obj = JARG_get_obj(1); local
159 JOBJ_set_obj(jthis, offset_mObj, obj);
171 /* native void compareAll (Object obj, boolean bool, int i, String str, double d, long l) */
177 Object *obj = JARG_get_obj(1); local
200 && (obj == JOBJ_get_obj(jthis, offset_mObj))
/frameworks/base/media/java/android/media/tv/
H A DTvContentRating.java862 public boolean equals(Object obj) { argument
863 if (!(obj instanceof TvContentRating)) {
866 TvContentRating other = (TvContentRating) obj;
/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbDeviceManager.cpp59 jstring obj = env->NewStringUTF(buffer); local
60 env->SetObjectArrayElement(strArray, index, obj);
61 env->DeleteLocalRef(obj);
H A Dcom_android_server_location_GpsLocationProvider.cpp520 static jboolean android_location_GpsLocationProvider_init(JNIEnv* env, jobject obj) argument
524 mCallbacksObj = env->NewGlobalRef(obj);
546 static void android_location_GpsLocationProvider_cleanup(JNIEnv* env, jobject obj) argument
552 static jboolean android_location_GpsLocationProvider_set_position_mode(JNIEnv* env, jobject obj, argument
567 static jboolean android_location_GpsLocationProvider_start(JNIEnv* env, jobject obj) argument
580 static jboolean android_location_GpsLocationProvider_stop(JNIEnv* env, jobject obj) argument
593 static void android_location_GpsLocationProvider_delete_aiding_data(JNIEnv* env, jobject obj, jint flags) argument
599 static jint android_location_GpsLocationProvider_read_sv_status(JNIEnv* env, jobject obj, argument
631 jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid)
658 jobject obj, jbyteArra
630 android_location_GpsLocationProvider_agps_set_reference_location_cellid(JNIEnv* env, jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid) argument
657 android_location_GpsLocationProvider_agps_send_ni_message(JNIEnv* env, jobject obj, jbyteArray ni_msg, jint size) argument
674 android_location_GpsLocationProvider_agps_set_id(JNIEnv *env, jobject obj, jint type, jstring setid_string) argument
687 android_location_GpsLocationProvider_read_nmea(JNIEnv* env, jobject obj, jbyteArray nmeaArray, jint buffer_size) argument
700 android_location_GpsLocationProvider_inject_time(JNIEnv* env, jobject obj, jlong time, jlong timeReference, jint uncertainty) argument
707 android_location_GpsLocationProvider_inject_location(JNIEnv* env, jobject obj, jdouble latitude, jdouble longitude, jfloat accuracy) argument
714 android_location_GpsLocationProvider_supports_xtra(JNIEnv* env, jobject obj) argument
723 android_location_GpsLocationProvider_inject_xtra_data(JNIEnv* env, jobject obj, jbyteArray data, jint length) argument
736 android_location_GpsLocationProvider_agps_data_conn_open( JNIEnv* env, jobject obj, jstring apn, jint apnIpType) argument
762 android_location_GpsLocationProvider_agps_data_conn_closed(JNIEnv* env, jobject obj) argument
771 android_location_GpsLocationProvider_agps_data_conn_failed(JNIEnv* env, jobject obj) argument
780 android_location_GpsLocationProvider_set_agps_server(JNIEnv* env, jobject obj, jint type, jstring hostname, jint port) argument
792 android_location_GpsLocationProvider_send_ni_response(JNIEnv* env, jobject obj, jint notifId, jint response) argument
803 android_location_GpsLocationProvider_get_internal_state(JNIEnv* env, jobject obj) argument
817 android_location_GpsLocationProvider_update_network_state(JNIEnv* env, jobject obj, jboolean connected, jint type, jboolean roaming, jboolean available, jstring extraInfo, jstring apn) argument
840 android_location_GpsLocationProvider_is_geofence_supported(JNIEnv* env, jobject obj) argument
848 android_location_GpsLocationProvider_add_geofence(JNIEnv* env, jobject obj, jint geofence_id, jdouble latitude, jdouble longitude, jdouble radius, jint last_transition, jint monitor_transition, jint notification_responsiveness, jint unknown_timer) argument
863 android_location_GpsLocationProvider_remove_geofence(JNIEnv* env, jobject obj, jint geofence_id) argument
874 android_location_GpsLocationProvider_pause_geofence(JNIEnv* env, jobject obj, jint geofence_id) argument
885 android_location_GpsLocationProvider_resume_geofence(JNIEnv* env, jobject obj, jint geofence_id, jint monitor_transition) argument
1274 android_location_GpsLocationProvider_start_measurement_collection( JNIEnv* env, jobject obj) argument
1291 android_location_GpsLocationProvider_stop_measurement_collection( JNIEnv* env, jobject obj) argument
1384 android_location_GpsLocationProvider_start_navigation_message_collection( JNIEnv* env, jobject obj) argument
1401 android_location_GpsLocationProvider_stop_navigation_message_collection( JNIEnv* env, jobject obj) argument
1413 android_location_GpsLocationProvider_configuration_update(JNIEnv* env, jobject obj, jstring config_content) argument
[all...]
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp103 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { argument
104 if (obj == NULL){
109 jlong handle = _env->CallLongMethod(obj, mid);
H A DEGLExtcHeader.cpp104 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { argument
105 if (obj == NULL){
110 return reinterpret_cast<void*>(_env->CallLongMethod(obj, mid));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWakeLockStateMachine.java101 * @param obj the object to pass in the msg.obj field
103 public final void dispatchSmsMessage(Object obj) { argument
104 sendMessage(EVENT_NEW_SMS_MESSAGE, obj);
116 mPhone = (PhoneBase) msg.obj;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceCategoryProgramHandler.java84 if (message.obj instanceof SmsMessage) {
85 return handleServiceCategoryProgramData((SmsMessage) message.obj);
87 loge("handleMessage got object of type: " + message.obj.getClass().getName());
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNode.java123 public boolean equals(Object obj) { argument
124 if (!(obj instanceof PropertyNode)) {
128 PropertyNode node = (PropertyNode)obj;
/frameworks/base/core/java/android/app/trust/
H A DTrustManager.java161 ((TrustListener)msg.obj).onTrustChanged(
166 ((TrustListener)msg.obj).onTrustManagedChanged(msg.arg1 != 0, msg.arg2);
/frameworks/base/core/java/android/os/
H A DMessageQueue.java377 if (p.target == h && p.what == what && (object == null || p.obj == object)) {
394 if (p.target == h && p.callback == r && (object == null || p.obj == object)) {
425 && (object == null || p.obj == object)) {
437 && (object == null || n.obj == object)) {
459 && (object == null || p.obj == object)) {
471 && (object == null || n.obj == object)) {
493 && (object == null || p.obj == object)) {
504 if (n.target == h && (object == null || n.obj == object)) {
/frameworks/base/core/java/android/service/notification/
H A DConditionProviderService.java151 onSubscribe((Uri)msg.obj);
155 onUnsubscribe((Uri)msg.obj);
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java241 mAdapter.addAdapter((IConnectionServiceAdapter) msg.obj);
245 mAdapter.removeAdapter((IConnectionServiceAdapter) msg.obj);
248 SomeArgs args = (SomeArgs) msg.obj;
283 abort((String) msg.obj);
286 answer((String) msg.obj);
289 SomeArgs args = (SomeArgs) msg.obj;
300 reject((String) msg.obj);
303 disconnect((String) msg.obj);
306 hold((String) msg.obj);
309 unhold((String) msg.obj);
[all...]
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc178 #define OpenSL(obj, method, ...) \
180 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")"); \
181 SLresult result = (*obj)->method(obj, __VA_ARGS__); \
182 CheckSLResult("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")", result); \
186 #define VoidOpenSL(obj, method) \
188 LOG_OPENSL_API_CALL("OpenSL (void) " #method "(" #obj ")"); \
189 (*obj)->method(obj); \
193 #define OpenSL0(obj, metho
[all...]
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionRelTable.hxx92 getMaxNumStubs(ELFObjectTy const *obj) const {
93 switch (obj->getHeader()->getMachine()) {
/frameworks/rs/
H A DrsFileA3D.cpp369 void FileA3D::appendToFile(Context *con, ObjectBase *obj) { argument
370 if (!obj) {
378 indexEntry->mObjectName = rsuCopyString(obj->getName());
379 indexEntry->mType = obj->getClassId();
381 indexEntry->mRsObj = obj;
383 obj->serialize(con, mWriteStream);
395 ObjectBase *obj = fa3d->initializeFromEntry(index); local
396 //ALOGV("Returning object with name %s", obj->getName());
398 return obj;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java178 // msg.obj = StateMachine to send to when blocked
571 mWifiChannel = (AsyncChannel) message.obj;
598 StateMachine m = (StateMachine)message.obj;
744 mGroup = (WifiP2pGroup) message.obj;
978 WifiP2pDevice d = (WifiP2pDevice) message.obj;
990 WifiP2pWfdInfo d = (WifiP2pWfdInfo) message.obj;
1013 StateMachine m = (StateMachine)message.obj;
1067 WifiP2pDevice device = (WifiP2pDevice) message.obj;
1073 device = (WifiP2pDevice) message.obj;
1082 WifiP2pServiceInfo servInfo = (WifiP2pServiceInfo)message.obj;
2826 replyToMessage(Message msg, int what, Object obj) argument
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaController.java498 private final void postMessage(int what, Object obj, Bundle data) { argument
501 mCallbacks.get(i).post(what, obj, data);
975 mCallback.onSessionEvent((String) msg.obj, msg.getData());
978 mCallback.onPlaybackStateChanged((PlaybackState) msg.obj);
981 mCallback.onMetadataChanged((MediaMetadata) msg.obj);
984 mCallback.onQueueChanged((List<MediaSession.QueueItem>) msg.obj);
987 mCallback.onQueueTitleChanged((CharSequence) msg.obj);
990 mCallback.onExtrasChanged((Bundle) msg.obj);
993 mCallback.onAudioInfoChanged((PlaybackInfo) msg.obj);
1001 public void post(int what, Object obj, Bundl argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java386 ar = (AsyncResult)msg.obj;
396 ar = (AsyncResult)msg.obj;
400 ar = (AsyncResult)msg.obj;
404 ar = (AsyncResult)msg.obj;
408 ar = (AsyncResult)msg.obj;
421 public void registerForReady(Handler h, int what, Object obj) { argument
423 Registrant r = new Registrant (h, what, obj);
438 public void registerForLocked(Handler h, int what, Object obj) { argument
440 Registrant r = new Registrant (h, what, obj);
455 public void registerForNetworkLocked(Handler h, int what, Object obj) { argument
[all...]
/frameworks/av/include/media/
H A DIHDCP.h28 int msg, int ext1, int ext2, const Parcel *obj) = 0;
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java43 static public IBulkCursor asInterface(IBinder obj) argument
45 if (obj == null) {
48 IBulkCursor in = (IBulkCursor)obj.queryLocalInterface(descriptor);
53 return new BulkCursorProxy(obj);
/frameworks/base/core/java/android/net/
H A DRouteInfo.java431 public boolean equals(Object obj) { argument
432 if (this == obj) return true;
434 if (!(obj instanceof RouteInfo)) return false;
436 RouteInfo target = (RouteInfo) obj;
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java231 public synchronized void print(Object obj) { argument
232 builder.append(obj);
289 public synchronized void println(Object obj) { argument
290 builder.append(obj);
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncService.java32 * msg.arg2 = startId, and msg.obj = intent.
101 msg.obj = intent;

Completed in 681 milliseconds

1234567891011>>