Searched defs:obj (Results 276 - 300 of 460) sorted by relevance

<<111213141516171819

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.cpp783 sp<RefBase> obj; local
784 CHECK(msg->findObject("description", &obj));
785 desc = static_cast<ASessionDescription *>(obj.get());
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp785 sp<RefBase> obj; local
786 CHECK(msg->findObject("description", &obj));
787 desc = static_cast<ASessionDescription *>(obj.get());
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp351 sp<RefBase> obj; local
352 CHECK(msg->findObject("meta", &obj));
353 MetaData *params = static_cast<MetaData *>(obj.get());
H A DMediaCodecSource.cpp241 sp<RefBase> obj; local
242 CHECK(msg->findObject("meta", &obj));
249 status_t err = mSource->start(static_cast<MetaData *>(obj.get()));
990 sp<RefBase> obj; local
991 CHECK(msg->findObject("meta", &obj));
992 MetaData *params = static_cast<MetaData *>(obj.get());
1079 sp<RefBase> obj; local
1080 CHECK(msg->findObject("meta", &obj));
1081 MetaData *params = static_cast<MetaData *>(obj.get());
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h376 sp<RefBase> obj; local
377 CHECK(msg->findObject("response", &obj));
381 response = static_cast<ARTSPResponse *>(obj.get());
464 sp<RefBase> obj; local
465 CHECK(msg->findObject("response", &obj));
469 response = static_cast<ARTSPResponse *>(obj.get());
554 sp<RefBase> obj; local
555 CHECK(msg->findObject("response", &obj));
559 response = static_cast<ARTSPResponse *>(obj.get());
743 sp<RefBase> obj; local
772 sp<RefBase> obj; local
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DRegisteredMediaRouteProvider.java633 private boolean sendRequest(int what, int requestId, int arg, Object obj, Bundle data) { argument
638 msg.obj = obj;
689 final Object obj = msg.obj;
691 if (!processMessage(connection, what, requestId, arg, obj, data)) {
700 int what, int requestId, int arg, Object obj, Bundle data) {
711 if (obj == null || obj instanceof Bundle) {
712 return connection.onRegistered(requestId, arg, (Bundle)obj);
699 processMessage(Connection connection, int what, int requestId, int arg, Object obj, Bundle data) argument
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java812 public boolean equals(Object obj) { argument
813 if (this == obj) {
816 if (obj == null) {
819 if (getClass() != obj.getClass()) {
822 AccessibilityServiceInfo other = (AccessibilityServiceInfo) obj;
/frameworks/base/core/java/android/app/
H A DResourcesManager.java114 public boolean equals(Object obj) { argument
115 if (!(obj instanceof ApkKey)) {
118 ApkKey other = (ApkKey) obj;
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java916 public boolean equals(final Object obj) { argument
917 if (obj == null) {
920 if (this == obj) {
923 if (obj instanceof StreamConfigurationMap) {
924 final StreamConfigurationMap other = (StreamConfigurationMap) obj;
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java258 public boolean equals(Object obj) { argument
259 if (this == obj)
261 if (obj == null)
263 if (!(obj instanceof SoundModel))
265 SoundModel other = (SoundModel) obj;
372 public boolean equals(Object obj) { argument
373 if (this == obj)
375 if (obj == null)
377 if (getClass() != obj.getClass())
379 Keyphrase other = (Keyphrase) obj;
480 equals(Object obj) argument
801 equals(Object obj) argument
987 equals(Object obj) argument
1083 equals(Object obj) argument
1201 equals(Object obj) argument
1267 equals(Object obj) argument
1355 equals(Object obj) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java562 public boolean equals(Object obj) { argument
563 if (this == obj) {
566 if (obj == null) {
569 if (getClass() != obj.getClass()) {
572 AccessibilityWindowInfo other = (AccessibilityWindowInfo) obj;
/frameworks/base/core/java/android/view/textclassifier/
H A DSelectionEvent.java602 public boolean equals(Object obj) { argument
603 if (this == obj) {
606 if (!(obj instanceof SelectionEvent)) {
610 final SelectionEvent other = (SelectionEvent) obj;
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java835 public boolean equals(Object obj) { argument
836 if (this == obj) {
839 if (obj == null) {
842 if (getClass() != obj.getClass()) {
845 HistoricalRecord other = (HistoricalRecord) obj;
904 public boolean equals(Object obj) { argument
905 if (this == obj) {
908 if (obj == null) {
911 if (getClass() != obj.getClass()) {
914 ActivityResolveInfo other = (ActivityResolveInfo) obj;
[all...]
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp39 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
40 delete obj;
49 SkMatrix* obj = new SkMatrix(); local
51 *obj = *src;
53 obj->reset();
54 return reinterpret_cast<jlong>(obj);
144 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
145 return obj->isIdentity() ? JNI_TRUE : JNI_FALSE;
149 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
150 return obj
154 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
159 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
164 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
170 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
176 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
181 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
187 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
192 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
198 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
204 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
210 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
215 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
220 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
227 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
233 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
238 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
244 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
249 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
255 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
260 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
265 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
271 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
277 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
282 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
288 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
293 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
299 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_HwRemoteBinder.cpp118 bool matches(jobject obj) { argument
123 result = env->IsSameObject(obj, mObject);
126 result = env->IsSameObject(obj, me);
266 jobject obj = env->NewObject(clazz.get(), constructID); local
267 JHwRemoteBinder::GetNativeContext(env, obj)->setBinder(binder);
269 return obj;
H A Dandroid_os_Parcel.cpp71 Parcel* parcelForJavaObject(JNIEnv* env, jobject obj) argument
73 if (obj) {
74 Parcel* p = (Parcel*)env->GetLongField(obj, gParcelOffsets.mNativePtr);
H A Dandroid_view_Surface.cpp83 bool android_view_Surface_isInstanceOf(JNIEnv* env, jobject obj) { argument
84 return env->IsInstanceOf(obj, gSurfaceClassInfo.clazz);
H A Dcom_google_android_gles_jni_EGLImpl.cpp216 jobject obj = _env->NewObject(gConfig_class, gConfig_ctorID, reinterpret_cast<jlong>(nativeConfigs[i])); local
217 _env->SetObjectArrayElement(configs, i, obj);
354 jobject obj = _env->NewObject(gConfig_class, gConfig_ctorID, reinterpret_cast<jlong>(nativeConfigs[i])); local
355 _env->SetObjectArrayElement(configs, i, obj);
/frameworks/base/media/java/android/media/
H A DRemoteController.java518 onNewPlaybackState((PlaybackState) msg.obj);
521 onNewMediaMetadata((MediaMetadata) msg.obj);
568 int arg1, int arg2, Object obj, int delayMs) {
578 handler.sendMessageDelayed(handler.obtainMessage(msg, arg1, arg2, obj), delayMs);
603 0 /* arg1 ignored */, 1 /* clearing */, null /* obj */, 0 /* delay */);
612 0 /* arg1 ignored */, 0 /* clearing */, null /* obj */, 0 /* delay */);
618 0 /* arg1 ignored */, 0 /* arg2 ignored */, state /* obj */, 0 /* delay */);
622 0 /* arg1 ignored */, 0 /* arg2 ignored*/, metadata /* obj */, 0 /*delay*/);
567 sendMsg(Handler handler, int msg, int existingMsgPolicy, int arg1, int arg2, Object obj, int delayMs) argument
H A DSoundPool.java526 private static void postEventFromNative(Object ref, int msg, int arg1, int arg2, Object obj) { argument
532 Message m = soundPool.mEventHandler.obtainMessage(msg, arg1, arg2, obj);
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java682 byte[] data = (byte[])msg.obj;
776 int what, int arg1, int arg2, Object obj) {
783 Message m = visu.mNativeEventHandler.obtainMessage(what, arg1, arg2, obj);
775 postEventFromNative(Object effect_ref, int what, int arg1, int arg2, Object obj) argument
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java679 (AudioFocusInfo) msg.obj, msg.arg1);
685 (AudioFocusInfo) msg.obj, msg.arg1 != 0);
690 mStatusListener.onMixStateUpdate((AudioMix) msg.obj);
695 mFocusListener.onAudioFocusRequest((AudioFocusInfo) msg.obj, msg.arg1);
702 mFocusListener.onAudioFocusAbandon((AudioFocusInfo) msg.obj);
732 private void sendMsg(int msg, Object obj, int i) { argument
735 mEventHandler.obtainMessage(msg, i /*arg1*/, 0 /*arg2, ignored*/, obj));
/frameworks/base/media/java/android/media/session/
H A DMediaSessionManager.java879 * @param obj the reference object with which to compare.
883 public boolean equals(Object obj) { argument
884 if (!(obj instanceof RemoteUserInfo)) {
887 if (this == obj) {
890 RemoteUserInfo otherUserInfo = (RemoteUserInfo) obj;
/frameworks/base/media/java/android/media/update/
H A DMediaSession2Provider.java119 boolean equals_impl(Object obj); argument
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp104 jobject obj = NULL; local
162 obj = array;
173 callbackInfo->audioEffect_ref, event, arg1, arg2, obj);

Completed in 750 milliseconds

<<111213141516171819