HomeSort by relevance Sort by last modified time
    Searched refs:mRemote (Results 1 - 21 of 21) sorted by null

  /cts/suite/audio_quality/lib/src/audio/
AudioRemote.cpp 23 if (mRemote == NULL) {
24 LOGE("AudioRemote::prepare mRemote NULL");
34 : mRemote(remote)
53 return mRemote->waitForPlaybackCompletion();
58 mRemote->stopPlayback();
63 return mRemote->startPlayback(stereo, mSamplingRate, mMode, mVolume, id, numberRepetition);
76 return mRemote->startRecording(stereo, mSamplingRate, mMode, mVolume, buffer);
81 return mRemote->waitForRecordingCompletion();
86 mRemote->stopRecording();
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 66 mRemote = ServiceManager.getService(SERVICE_NAME);
67 if (null == mRemote)
70 mInterfaceDesc = mRemote.getInterfaceDescriptor();
71 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc);
72 mRemote.linkToDeath(mDeathHandler, 0);
101 if (null != mRemote) {
103 mRemote.unlinkToDeath(mDeathHandler, 0);
106 mRemote = null;
365 mRemote.transact(METHOD_FORCE_NETWORKLESS_MASTER_MODE, data, reply, 0);
407 return ((null == mRemote) || (null == mUtils))
    [all...]
CancellationSignal.java 28 private ICancellationSignal mRemote;
73 remote = mRemote;
142 if (mRemote == remote) {
145 mRemote = remote;
CommonClock.java 122 mRemote = ServiceManager.getService(SERVICE_NAME);
123 if (null == mRemote)
126 mInterfaceDesc = mRemote.getInterfaceDescriptor();
127 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc);
128 mRemote.linkToDeath(mDeathHandler, 0);
159 if (null != mRemote) {
161 mRemote.unlinkToDeath(mDeathHandler, 0);
164 mRemote = null;
302 if ((null == mRemote) || (null == mUtils))
310 private IBinder mRemote = null
    [all...]
ServiceManagerNative.java 111 mRemote = remote;
115 return mRemote;
123 mRemote.transact(GET_SERVICE_TRANSACTION, data, reply, 0);
135 mRemote.transact(CHECK_SERVICE_TRANSACTION, data, reply, 0);
150 mRemote.transact(ADD_SERVICE_TRANSACTION, data, reply, 0);
165 boolean res = mRemote.transact(LIST_SERVICES_TRANSACTION, data, reply, 0);
190 mRemote.transact(SET_PERMISSION_CONTROLLER_TRANSACTION, data, reply, 0);
195 private IBinder mRemote;
CommonTimeUtils.java 43 mRemote = remote;
56 mRemote.transact(method_code, data, reply, 0);
76 mRemote.transact(method_code, data, reply, 0);
98 mRemote.transact(method_code, data, reply, 0);
118 mRemote.transact(method_code, data, reply, 0);
140 mRemote.transact(method_code, data, reply, 0);
160 mRemote.transact(method_code, data, reply, 0);
182 mRemote.transact(method_code, data, reply, 0);
275 mRemote.transact(method_code, data, reply, 0);
289 private IBinder mRemote;
    [all...]
  /frameworks/native/libs/binder/
Binder.cpp 224 : mRemote(o.get()), mRefs(NULL), mState(0)
228 if (mRemote) {
229 mRemote->incStrong(this); // Removed on first IncStrong().
230 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
236 if (mRemote) {
238 mRemote->decStrong(this);
251 if (mRemote) {
252 mRemote->decStrong(this);
258 return mRemote ? mRefs->attemptIncStrong(this) : false;
  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 80 private IBinder mRemote;
83 mRemote = remote;
87 return mRemote;
106 mRemote.transact(Stub.TRANSACTION_onShutDownComplete, _data, _reply, 0);
IObbActionListener.java 85 private IBinder mRemote;
88 mRemote = remote;
92 return mRemote;
115 mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
IMountServiceListener.java 93 private IBinder mRemote;
96 mRemote = remote;
100 return mRemote;
118 mRemote.transact(Stub.TRANSACTION_onUsbMassStorageConnectionChanged, _data,
145 mRemote.transact(Stub.TRANSACTION_onStorageStateChanged, _data, _reply, 0);
IMountService.java 39 private final IBinder mRemote;
42 mRemote = remote;
46 return mRemote;
63 mRemote.transact(Stub.TRANSACTION_registerListener, _data, _reply, 0);
80 mRemote.transact(Stub.TRANSACTION_unregisterListener, _data, _reply, 0);
97 mRemote.transact(Stub.TRANSACTION_isUsbMassStorageConnected, _data, _reply, 0);
118 mRemote.transact(Stub.TRANSACTION_setUsbMassStorageEnabled, _data, _reply, 0);
136 mRemote.transact(Stub.TRANSACTION_isUsbMassStorageEnabled, _data, _reply, 0);
157 mRemote.transact(Stub.TRANSACTION_mountVolume, _data, _reply, 0);
181 mRemote.transact(Stub.TRANSACTION_unmountVolume, _data, _reply, 0)
    [all...]
  /frameworks/native/include/binder/
Binder.h 87 inline IBinder* remote() { return mRemote; }
88 inline IBinder* remote() const { return mRemote; }
94 IBinder* const mRemote;
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 141 private IBinder mRemote;
146 mRemote = remote;
152 return mRemote;
163 mRemote.transact(GET_CURSOR_WINDOW_TRANSACTION, data, reply, 0);
184 mRemote.transact(ON_MOVE_TRANSACTION, data, reply, 0);
199 mRemote.transact(DEACTIVATE_TRANSACTION, data, reply, 0);
214 mRemote.transact(CLOSE_TRANSACTION, data, reply, 0);
229 boolean result = mRemote.transact(REQUERY_TRANSACTION, data, reply, 0);
253 mRemote.transact(GET_EXTRAS_TRANSACTION, data, reply, 0);
272 mRemote.transact(RESPOND_TRANSACTION, data, reply, 0)
    [all...]
CursorToBulkCursorAdaptor.java 59 protected IContentObserver mRemote;
63 mRemote = remoteObserver;
72 return mRemote.asBinder().unlinkToDeath(recipient, 0);
84 mRemote.onChange(selfChange, uri);
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 30 private IAidlTest mRemote;
36 mRemote = IAidlTest.Stub.asInterface(mLocal);
209 int result = mRemote.intMethod(42);
216 TestParcelable result = mRemote.parcelableIn(arg);
226 TestParcelable result = mRemote.parcelableOut(arg);
234 TestParcelable result = mRemote.parcelableInOut(arg);
245 TestParcelable result = mRemote.listParcelableLonger(list, 1);
270 int result = mRemote.listParcelableShorter(list, 2);
291 boolean[] br = mRemote.booleanArray(b0, b1, b2);
307 char[] cr = mRemote.charArray(c0, c1, c2)
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java     [all...]
ApplicationThreadNative.java 602 private final IBinder mRemote;
605 mRemote = remote;
609 return mRemote;
620 mRemote.transact(SCHEDULE_PAUSE_ACTIVITY_TRANSACTION, data, null,
632 mRemote.transact(SCHEDULE_STOP_ACTIVITY_TRANSACTION, data, null,
643 mRemote.transact(SCHEDULE_WINDOW_VISIBILITY_TRANSACTION, data, null,
654 mRemote.transact(SCHEDULE_SLEEPING_TRANSACTION, data, null,
665 mRemote.transact(SCHEDULE_RESUME_ACTIVITY_TRANSACTION, data, null,
676 mRemote.transact(SCHEDULE_SEND_RESULT_TRANSACTION, data, null,
708 mRemote.transact(SCHEDULE_LAUNCH_ACTIVITY_TRANSACTION, data, null
    [all...]
  /cts/suite/audio_quality/lib/include/audio/
AudioRemote.h 37 android::sp<RemoteAudio> mRemote;
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 324 mRemote = remote;
329 return mRemote;
364 mRemote.transact(IContentProvider.QUERY_TRANSACTION, data, reply, 0);
397 mRemote.transact(IContentProvider.GET_TYPE_TRANSACTION, data, reply, 0);
418 mRemote.transact(IContentProvider.INSERT_TRANSACTION, data, reply, 0);
438 mRemote.transact(IContentProvider.BULK_INSERT_TRANSACTION, data, reply, 0);
459 mRemote.transact(IContentProvider.APPLY_BATCH_TRANSACTION, data, reply, 0);
482 mRemote.transact(IContentProvider.DELETE_TRANSACTION, data, reply, 0);
505 mRemote.transact(IContentProvider.UPDATE_TRANSACTION, data, reply, 0);
526 mRemote.transact(IContentProvider.OPEN_FILE_TRANSACTION, data, reply, 0)
    [all...]
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 155 Variable* mRemote;
169 // IBinder mRemote
170 mRemote = new Variable(IBINDER_TYPE, "mRemote");
171 this->elements.push_back(new Field(PRIVATE, mRemote));
179 ctor->statements->Add(new Assignment(mRemote, remote));
188 asBinder->statements->Add(new ReturnStatement(mRemote));
454 MethodCall* call = new MethodCall(proxyClass->mRemote, "transact", 4,
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 118 sockaddr_storage mRemote;
203 mRemote = *remote;
297 (sockaddr *)&mRemote, sizeof(mRemote));
356 sendto(mSocket, buffer, length + 12, MSG_DONTWAIT, (sockaddr *)&mRemote,
357 sizeof(mRemote));
435 mRemote = remote;

Completed in 419 milliseconds