Searched refs:obj (Results 126 - 150 of 597) sorted by relevance

1234567891011>>

/frameworks/base/core/jni/
H A Dandroid_text_AndroidCharacter.cpp54 static void getDirectionalities(JNIEnv* env, jobject obj, jcharArray srcArray, argument
96 static jint getEastAsianWidth(JNIEnv* env, jobject obj, jchar input) argument
105 static void getEastAsianWidths(JNIEnv* env, jobject obj, jcharArray srcArray, argument
148 static jboolean mirror(JNIEnv* env, jobject obj, jcharArray charArray, jint start, jint count) argument
176 static jchar getMirror(JNIEnv* env, jobject obj, jchar c) argument
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp166 static void initialize(JNIEnv* env, jobject obj) { argument
168 sCallbacksObject = env->NewGlobalRef(obj);
183 static void release(JNIEnv* env, jobject obj) { argument
208 static jobjectArray get_supported_activities(JNIEnv* env, jobject obj) { argument
245 jobject obj,
261 jobject obj,
273 static int flush(JNIEnv* env, jobject obj) { argument
243 enable_activity_event( JNIEnv* env, jobject obj, jint activity_handle, jint event_type, jlong report_latency_ns) argument
259 disable_activity_event( JNIEnv* env, jobject obj, jint activity_handle, jint event_type) argument
/frameworks/base/telephony/java/android/telephony/
H A DPreciseDataConnectionState.java204 public boolean equals(Object obj) { argument
205 if (this == obj) {
208 if (obj == null) {
211 if (getClass() != obj.getClass()) {
214 PreciseDataConnectionState other = (PreciseDataConnectionState) obj;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java77 if (message.obj instanceof AsyncResult) {
78 SmsCbMessage cbMessage = handleGsmBroadcastSms((AsyncResult) message.obj);
217 public boolean equals(Object obj) { argument
218 if (obj instanceof SmsCbConcatInfo) {
219 SmsCbConcatInfo other = (SmsCbConcatInfo)obj;
/frameworks/av/media/libmediaplayerservice/
H A DDrm.cpp139 Parcel obj; local
140 writeByteArray(obj, sessionId);
141 writeByteArray(obj, data);
144 listener->notify(eventType, extra, &obj);
156 Parcel obj; local
157 writeByteArray(obj, sessionId);
158 obj.writeInt64(expiryTimeInMS);
161 listener->notify(DrmPlugin::kDrmPluginEventExpirationUpdate, 0, &obj);
174 Parcel obj; local
175 writeByteArray(obj, sessionI
803 writeByteArray(Parcel &obj, Vector<uint8_t> const *array) argument
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java572 private boolean sendRequest(int what, int requestId, int arg, Object obj, Bundle data) { argument
577 msg.obj = obj;
626 final Object obj = msg.obj;
628 if (!processMessage(connection, what, requestId, arg, obj, data)) {
637 int what, int requestId, int arg, Object obj, Bundle data) {
648 if (obj == null || obj instanceof Bundle) {
649 return connection.onRegistered(requestId, arg, (Bundle)obj);
636 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/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp175 sp<RefBase> obj; local
176 if (msg->findObject("subtitle", &obj)) {
178 parcelEvent = static_cast<ParcelEvent*>(obj.get());
188 sp<RefBase> obj; local
189 msg->findObject("source", &obj);
196 if (obj == NULL) {
202 mSource = static_cast<TimedTextSource*>(obj.get());
/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/printservice/
H A DPrintService.java474 List<PrinterId> priorityList = (ArrayList<PrinterId>) message.obj;
495 List<PrinterId> printerIds = (List<PrinterId>) message.obj;
506 PrinterId printerId = (PrinterId) message.obj;
517 PrinterId printerId = (PrinterId) message.obj;
527 PrintJobInfo printJobInfo = (PrintJobInfo) message.obj;
536 PrintJobInfo printJobInfo = (PrintJobInfo) message.obj;
548 mClient = (IPrintServiceClient) message.obj;
/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/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java186 public void registerForIccChanged(Handler h, int what, Object obj) { argument
188 Registrant r = new Registrant (h, what, obj);
212 AsyncResult ar = (AsyncResult)msg.obj;
246 * sendMessage, in this case the user object passed is msg.obj and from
247 * the CommandsInterface, in this case the user object is msg.obj.userObj
250 if (msg.obj != null && msg.obj instanceof Integer) {
251 index = (Integer)msg.obj;
252 } else if(msg.obj != null && msg.obj instanceo
[all...]
H A DIccRecords.java145 * {@link #EVENT_GET_ICC_RECORD_DONE} and the obj field set to an instance
190 public void registerForRecordsLoaded(Handler h, int what, Object obj) { argument
195 Registrant r = new Registrant(h, what, obj);
206 public void registerForImsiReady(Handler h, int what, Object obj) { argument
211 Registrant r = new Registrant(h, what, obj);
222 public void registerForRecordsEvents(Handler h, int what, Object obj) { argument
223 Registrant r = new Registrant (h, what, obj);
235 public void registerForNewSms(Handler h, int what, Object obj) { argument
236 Registrant r = new Registrant (h, what, obj);
244 Handler h, int what, Object obj) {
243 registerForNetworkSelectionModeAutomatic( Handler h, int what, Object obj) argument
[all...]
/frameworks/base/core/java/android/net/
H A DIpPrefix.java112 * Compares this {@code IpPrefix} object against the specified object in {@code obj}. Two
115 * @param obj the object to be tested for equality.
119 public boolean equals(Object obj) { argument
120 if (!(obj instanceof IpPrefix)) {
123 IpPrefix that = (IpPrefix) obj;
H A DNetworkRequest.java224 public boolean equals(Object obj) { argument
225 if (obj instanceof NetworkRequest == false) return false;
226 NetworkRequest that = (NetworkRequest)obj;
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/services/core/jni/
H A Dcom_android_server_UsbDeviceManager.cpp51 jstring obj = env->NewStringUTF(buffer); local
52 env->SetObjectArrayElement(strArray, index, obj);
53 env->DeleteLocalRef(obj);
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java592 private void postToCallback(int what, Object obj) { argument
593 postToCallback(what, obj, null);
596 private void postToCallback(int what, Object obj, Bundle extras) { argument
599 mCallback.post(what, obj, extras);
658 public boolean equals(Object obj) { argument
659 if (this == obj)
661 if (obj == null)
663 if (getClass() != obj.getClass())
665 Token other = (Token) obj;
1184 public void post(int what, Object obj, Bundl argument
1190 post(int what, Object obj) argument
1198 post(int what, Object obj, int arg1) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp110 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
111 delete obj;
125 Paint* obj = new Paint(); local
126 defaultSettingsForAndroid(obj);
127 return reinterpret_cast<jlong>(obj);
132 Paint* obj = new Paint(*paint); local
133 return reinterpret_cast<jlong>(obj);
137 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
138 obj->reset();
139 defaultSettingsForAndroid(obj);
231 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
236 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
286 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
291 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
297 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
302 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
308 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
315 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
321 Paint* obj = reinterpret_cast<Paint *>(objHandle); local
327 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
333 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
339 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
350 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
356 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
361 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
407 Paint* obj = reinterpret_cast<Paint*>(objHandle); local
421 Paint* obj = getNativePaint(env, paint); local
427 Paint* obj = getNativePaint(env, paint); local
[all...]
/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java33 static public IServiceManager asInterface(IBinder obj) argument
35 if (obj == null) {
39 (IServiceManager)obj.queryLocalInterface(descriptor);
44 return new ServiceManagerProxy(obj);
/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 DAudioPortEventHandler.java65 if (mListeners.contains(msg.obj)) {
66 listeners.add((AudioManager.OnAudioPortUpdateListener)msg.obj);
160 int what, int arg1, int arg2, Object obj) {
170 Message m = handler.obtainMessage(what, arg1, arg2, obj);
159 postEventFromNative(Object module_ref, int what, int arg1, int arg2, Object obj) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.h40 static sp<ICrypto> GetCrypto(JNIEnv *env, jobject obj);
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp152 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height);
153 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_step(JNIEnv * env, jobject obj);
156 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height) argument
161 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_step(JNIEnv * env, jobject obj) argument

Completed in 800 milliseconds

1234567891011>>