Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 2239) sorted by relevance

12345678910>>...90

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DVisualVoicemailSmsParserTest.java26 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsing() local
42 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsing_TrailingSemiColon() local
58 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsing_EmptyPrefix() local
74 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsing_EmptyField() local
81 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_NotVvm() local
89 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_PrefixMismatch() local
97 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_MissingFirstColon() local
105 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_MissingSecondColon() local
113 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_MessageEndAfterClientPrefix() local
121 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_MessageEndAfterPrefix() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
DFullBackupRestoreObserverUtilsTest.java52 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendStartRestore(null); in sendStartRestore_observerIsNull_returnsNull() local
59 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendStartRestore( in sendStartRestore_callsObserver() local
70 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendStartRestore( in sendStartRestore_observerThrows_returnsNull() local
79 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendOnRestorePackage( in sendOnRestorePackage_observerIsNull_returnsNull() local
87 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendOnRestorePackage( in sendOnRestorePackage_callsObserver() local
99 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendOnRestorePackage( in sendOnRestorePackage_observerThrows_returnsNull() local
108 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendEndRestore(null); in sendEndRestore_observerIsNull_returnsNull() local
115 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendEndRestore( in sendEndRestore_callsObserver() local
126 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendEndRestore( in sendEndRestore_observerThrows_returnsNull() local
DBackupManagerMonitorUtilsTest.java60 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(null, 0, null, 0, in monitorEvent_monitorIsNull_returnsNull() local
70 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(mMonitorMock, 0, null, in monitorEvent_monitorOnEventThrows_returnsNull() local
79 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(mMonitorMock, 1, null, in monitorEvent_packageAndExtrasAreNull_fillsBundleCorrectly() local
100 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(mMonitorMock, 1, in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectly() local
127 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(mMonitorMock, 1, in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectlyLong() local
149 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(bundle, "key", "value"); in putMonitoringExtraString_bundleExists_fillsBundleCorrectly() local
159 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(null, "key", "value"); in putMonitoringExtraString_bundleDoesNotExist_fillsBundleCorrectly() local
171 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(bundle, "key", 123); in putMonitoringExtraLong_bundleExists_fillsBundleCorrectly() local
180 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(null, "key", 123); in putMonitoringExtraLong_bundleDoesNotExist_fillsBundleCorrectly() local
191 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(bundle, "key", true); in putMonitoringExtraBoolean_bundleExists_fillsBundleCorrectly() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DFileCollectorTest.java46 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testEmpty() local
54 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testImageFile() local
63 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testVideoFile() local
72 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testAudioFile() local
81 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testMiscFile() local
91 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testNestedFile() local
101 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testMultipleFiles() local
113 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testTotalSize() local
122 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testFileEndsWithPeriod() local
131 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testIgnoreFileExtensionCase() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java151 public void queryCallBarring(int cbType, Message result) { in queryCallBarring()
164 public void queryCallBarring(int cbType, Message result, int serviceClass) { in queryCallBarring()
180 mPendingCmds.put(Integer.valueOf(id), result); in queryCallBarring() local
193 public void queryCallForward(int condition, String number, Message result) { in queryCallForward()
209 mPendingCmds.put(Integer.valueOf(id), result); in queryCallForward() local
222 public void queryCallWaiting(Message result) { in queryCallWaiting()
237 mPendingCmds.put(Integer.valueOf(id), result); in queryCallWaiting() local
249 public void queryCLIR(Message result) { in queryCLIR()
264 mPendingCmds.put(Integer.valueOf(id), result); in queryCLIR() local
275 public void queryCLIP(Message result) { in queryCLIP()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtime_util.h204 Duration result; variable
210 Duration result = d1; variable
214 Duration result = d1; variable
233 Duration result = d1; variable
271 Timestamp result = t; variable
275 Timestamp result = t; variable
279 Timestamp result = t; variable
/frameworks/base/core/tests/coretests/src/android/util/
DKeyValueListParserTest.java50 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayNullInput() local
57 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayEmptyInput() local
64 int[] result = mParser.getIntArray(null, DEFAULT); in testParseIntArrayNullKey() local
71 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayComplexInput() local
80 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayLeadingSep() local
87 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayEmptyItem() local
94 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayTrailingSep() local
104 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayGoodData() local
/frameworks/base/core/tests/coretests/src/android/provider/
DDeviceConfigTest.java59 String result = DeviceConfig.getProperty(sNamespace, sKey); in getProperty_empty() local
86 final String result = DeviceConfig.getString(sNamespace, sKey, default_value); in getString_empty() local
92 final String result = DeviceConfig.getString(sNamespace, sKey, null); in getString_nullDefault() local
102 final String result = DeviceConfig.getString(sNamespace, sKey, default_value); in getString_nonEmpty() local
176 final int result = DeviceConfig.getInt(sNamespace, sKey, default_value); in getInt_empty() local
186 final int result = DeviceConfig.getInt(sNamespace, sKey, default_value); in getInt_valid() local
195 final int result = DeviceConfig.getInt(sNamespace, sKey, default_value); in getInt_invalid() local
223 final long result = DeviceConfig.getLong(sNamespace, sKey, default_value); in getLong_empty() local
233 final long result = DeviceConfig.getLong(sNamespace, sKey, default_value); in getLong_valid() local
242 final long result = DeviceConfig.getLong(sNamespace, sKey, default_value); in getLong_invalid() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java48 public void getIccCardStatus(Message result) { in getIccCardStatus()
52 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
56 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
60 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
64 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
68 public void supplyIccPin2(String pin, Message result) { in supplyIccPin2()
72 public void supplyIccPuk2(String puk, String newPin2, Message result) { in supplyIccPuk2()
76 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin()
80 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2()
85 String newPwd, Message result) { in changeBarringPassword()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java49 public void getIccCardStatus(Message result) { in getIccCardStatus()
53 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
57 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
61 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
65 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
69 public void supplyIccPin2(String pin, Message result) { in supplyIccPin2()
73 public void supplyIccPuk2(String puk, String newPin2, Message result) { in supplyIccPuk2()
77 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin()
81 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2()
86 String newPwd, Message result) { in changeBarringPassword()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java44 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testNoExtra() local
53 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleString() local
62 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharArray() local
71 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharSequence() local
80 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArraySingle() local
89 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayMultiple() local
98 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayNulls() local
111 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testCharSequenceArrayMultiple() local
128 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testMixedCharSequenceArrayList() local
141 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayList() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java192 public void getIccCardStatus(Message result) { in getIccCardStatus()
206 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
217 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
222 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
260 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
297 public void supplyIccPin2(String pin2, Message result) { in supplyIccPin2()
333 public void supplyIccPuk2(String puk2, String newPin2, Message result) { in supplyIccPuk2()
369 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin()
385 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2()
402 changeBarringPassword(String facility, String oldPwd, String newPwd, Message result) { in changeBarringPassword()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Datomicops_internals_power.h41 Atomic32 result; in NoBarrier_CompareAndSwap() local
62 Atomic32 result; in NoBarrier_AtomicExchange() local
79 Atomic32 result; in NoBarrier_AtomicIncrement() local
107 Atomic32 result; in Barrier_AtomicIncrement() local
130 Atomic32 result; in Acquire_CompareAndSwap() local
154 Atomic32 result; in Release_CompareAndSwap() local
201 Atomic32 result; in Acquire_Load() local
220 Atomic32 result; in Release_Load() local
242 Atomic64 result; in NoBarrier_CompareAndSwap() local
264 Atomic64 result; in NoBarrier_AtomicExchange() local
[all …]
/frameworks/base/telephony/java/com/android/ims/
DImsUtInterface.java112 public void queryCallBarring(int cbType, Message result); in queryCallBarring()
118 public void queryCallBarring(int cbType, Message result, int serviceClass); in queryCallBarring()
124 public void queryCallForward(int condition, String number, Message result); in queryCallForward()
130 public void queryCallWaiting(Message result); in queryCallWaiting()
135 public void queryCLIR(Message result); in queryCLIR()
140 public void queryCLIP(Message result); in queryCLIP()
145 public void queryCOLR(Message result); in queryCOLR()
150 public void queryCOLP(Message result); in queryCOLP()
156 Message result, String[] barrList); in updateCallBarring()
161 public void updateCallBarring(int cbType, int action, Message result, in updateCallBarring()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java408 public synchronized IRadio getRadioProxy(Message result) { in getRadioProxy()
501 public synchronized IOemHook getOemHookProxy(Message result) { in getOemHookProxy()
641 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest()
657 public void getIccCardStatus(Message result) { in getIccCardStatus()
674 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
683 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
692 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
697 public void supplyIccPinForApp(String pin, String aid, Message result) { in supplyIccPinForApp()
719 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
724 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { in supplyIccPukForApp()
[all …]
/frameworks/base/tests/FlickerTests/lib/test/src/com/android/server/wm/flicker/
DWindowManagerTraceTest.java58 Result result = entry.isAboveAppWindowVisible("NavigationBar"); in canDetectAboveAppWindowVisibility() local
65 Result result = entry.isBelowAppWindowVisible("wallpaper"); in canDetectBelowAppWindowVisibility() local
72 Result result = entry.isAppWindowVisible("com.google.android.apps.nexuslauncher"); in canDetectAppWindowVisibility() local
79 Result result = entry.isAboveAppWindowVisible("ImaginaryWindow"); in canFailWithReasonForVisibilityChecks_windowNotFound() local
87 Result result = entry.isAboveAppWindowVisible("AssistPreviewPanel"); in canFailWithReasonForVisibilityChecks_windowNotVisible() local
95 Result result = entry.isVisibleAppWindowOnTop("com.google.android.apps.chrome"); in canDetectAppZOrder() local
102 Result result = entry.isVisibleAppWindowOnTop("com.google.android.apps.nexuslauncher"); in canFailWithReasonForZOrderChecks_windowNotOnTop() local
/frameworks/minikin/tests/unittest/
DHyphenatorTest.cpp51 std::vector<HyphenationType> result; in TEST() local
65 std::vector<HyphenationType> result; in TEST() local
79 std::vector<HyphenationType> result; in TEST() local
91 std::vector<HyphenationType> result; in TEST() local
103 std::vector<HyphenationType> result; in TEST() local
116 std::vector<HyphenationType> result; in TEST() local
129 std::vector<HyphenationType> result; in TEST() local
141 std::vector<HyphenationType> result; in TEST() local
153 std::vector<HyphenationType> result; in TEST() local
164 std::vector<HyphenationType> result; in TEST() local
[all …]
/frameworks/base/services/robotests/backup/src/com/android/server/backup/remote/
DRemoteCallTest.java66 RemoteResult result = runInWorkerThread(remoteCall::call); in testCall_whenCancelledAndImmediateCallableAndTimeOut0_returnsCancel() local
87 RemoteResult result = runInWorkerThread(remoteCall::call); in testCall_whenImmediateCallableAndTimeOut0AndCancelIsCalledBeforeCall_returnsCancel() local
108 RemoteResult result = runInWorkerThread(remoteCall::call); in testCall_whenImmediateCallableAndTimeOut0_returnsTimeOut() local
134 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenTimesOutBeforeCallbackIsCalled_returnsTimeOut() local
151 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenTimesOutBeforeCancelIsCalled_returnsTimeOut() local
171 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenCallbackIsCalledBeforeTimeOut_returnsResult() local
183 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenCallbackIsCalledBeforeCancel_returnsResult() local
199 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenCancelIsCalledBeforeCallbackButAfterCall_returnsCancel() local
213 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenCancelIsCalledBeforeTimeOutButAfterCall_returnsCancel() local
223 RemoteResult result = in testExecute_whenCallbackIsCalledBeforeTimeout_returnsResult() local
[all …]
/frameworks/base/core/java/android/service/carrier/
DICarrierMessagingCallback.aidl25 void onFilterComplete(int result); in onFilterComplete()
26 void onSendSmsComplete(int result, int messageRef); in onSendSmsComplete()
27 void onSendMultipartSmsComplete(int result, in int[] messageRefs); in onSendMultipartSmsComplete()
28 void onSendMmsComplete(int result, in byte[] sendConfPdu); in onSendMmsComplete()
29 void onDownloadMmsComplete(int result); in onDownloadMmsComplete()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/restore/
DActiveRestoreSessionTest.java182 int result = restoreSession.getAvailableRestoreSets(mObserver, mMonitor); in testGetAvailableRestoreSets_whenTransportNotRegistered() local
195 int result = restoreSession.getAvailableRestoreSets(mObserver, mMonitor); in testGetAvailableRestoreSets() local
213 int result = restoreSession.getAvailableRestoreSets(mObserver, mMonitor); in testGetAvailableRestoreSets_forEmptyRestoreSets() local
228 int result = restoreSession.getAvailableRestoreSets(mObserver, mMonitor); in testGetAvailableRestoreSets_forNullRestoreSets() local
248 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll() local
270 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenNoRestoreSets() local
282 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenSinglePackageSession() local
308 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenTransportNotRegistered() local
321 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenRestoreInProgress_addsToPendingRestores() local
335 int result = restoreSession.restorePackages(TOKEN_1, mObserver, in testRestorePackages_for2Packages() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/autofill/
DAutofillManagerServiceTest.java54 final Map<String, String[]> result = in testGetWhitelistedCompatModePackages_onePackageOneUrl() local
62 final Map<String, String[]> result = in testGetWhitelistedCompatModePackages_onePackageMultipleUrls() local
71 final Map<String, String[]> result = getWhitelistedCompatModePackages("one:two["); in testGetWhitelistedCompatModePackages_multiplePackagesOneInvalid() local
78 final Map<String, String[]> result = in testGetWhitelistedCompatModePackages_multiplePackagesMultipleUrls() local
88 final Map<String, String[]> result = in testGetWhitelistedCompatModePackages_threePackagesOneInvalid() local
/frameworks/base/telephony/java/android/telephony/data/
DIDataServiceCallback.aidl27 void onSetupDataCallComplete(int result, in DataCallResponse dataCallResponse); in onSetupDataCallComplete()
28 void onDeactivateDataCallComplete(int result); in onDeactivateDataCallComplete()
29 void onSetInitialAttachApnComplete(int result); in onSetInitialAttachApnComplete()
30 void onSetDataProfileComplete(int result); in onSetDataProfileComplete()
31 void onRequestDataCallListComplete(int result, in List<DataCallResponse> dataCallList); in onRequestDataCallListComplete()
/frameworks/base/core/java/android/view/autofill/
DIAutoFillManager.aidl41 in IResultReceiver result); in addClient()
45 in ComponentName componentName, boolean compatMode, in IResultReceiver result); in startSession()
46 void getFillEventHistory(in IResultReceiver result); in getFillEventHistory()
48 in IResultReceiver result); in restoreSession()
57 void isServiceSupported(int userId, in IResultReceiver result); in isServiceSupported()
58 void isServiceEnabled(int userId, String packageName, in IResultReceiver result); in isServiceEnabled()
60 void getUserData(in IResultReceiver result); in getUserData()
61 void getUserDataId(in IResultReceiver result); in getUserDataId()
63 void isFieldClassificationEnabled(in IResultReceiver result); in isFieldClassificationEnabled()
64 void getAutofillServiceComponentName(in IResultReceiver result); in getAutofillServiceComponentName()
[all …]
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp92 status_t result =remote()->transact(REQUEST_BUFFER, data, &reply); in requestBuffer() local
114 status_t result = remote()->transact(SET_MAX_DEQUEUED_BUFFER_COUNT, in setMaxDequeuedBufferCount() local
128 status_t result = remote()->transact(SET_ASYNC_MODE, in setAsyncMode() local
150 status_t result = remote()->transact(DEQUEUE_BUFFER, data, &reply); in dequeueBuffer() local
189 status_t result = remote()->transact(DETACH_BUFFER, data, &reply); in detachBuffer() local
208 status_t result = remote()->transact(DETACH_NEXT_BUFFER, data, &reply); in detachNextBuffer() local
241 status_t result = remote()->transact(ATTACH_BUFFER, data, &reply); in attachBuffer() local
266 status_t result = remote()->transact(QUEUE_BUFFER, data, &reply); in queueBuffer() local
285 status_t result = remote()->transact(CANCEL_BUFFER, data, &reply); in cancelBuffer() local
297 status_t result = remote()->transact(QUERY, data, &reply); in query() local
[all …]
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointShared.cpp44 std::stringstream result; in dump() local
60 aaudio_result_t result = AAUDIO_OK; in open() local
101 void *result = endpoint->callbackLoop(); in aaudio_endpoint_thread_proc() local
118 aaudio_result_t result = getStreamInternal()->createThread(periodNanos, in startSharingThread_l() local
130 aaudio_result_t result = getStreamInternal()->joinThread(NULL); in stopSharingThread() local
136 aaudio_result_t result = AAUDIO_OK; in startStream() local
196 …aaudio_result_t result = mStreamInternal->getTimestamp(CLOCK_MONOTONIC, positionFrames, timeNanos); in getTimestamp() local

12345678910>>...90