Home
last modified time | relevance | path

Searched defs:clientState (Results 1 – 23 of 23) sorted by relevance

/aosp12/system/chre/chpp/
H A Dclients.c70 static bool chppIsClientApiReady(struct ChppClientState *clientState) { in chppIsClientApiReady()
168 struct ChppClientState *clientState, in chppRegisterClient()
235 void chppClientDeinit(struct ChppClientState *clientState) { in chppClientDeinit()
284 struct ChppClientState *clientState, size_t len) { in chppAllocClientRequest()
301 struct ChppClientState *clientState, uint16_t command) { in chppAllocClientRequestCommand()
311 void chppClientTimestampRequest(struct ChppClientState *clientState, in chppClientTimestampRequest()
347 bool chppClientTimestampResponse(struct ChppClientState *clientState, in chppClientTimestampResponse()
448 struct ChppClientState *clientState, in chppSendTimestampedRequestAndWaitTimeout()
475 void chppClientPseudoOpen(struct ChppClientState *clientState) { in chppClientPseudoOpen()
479 bool chppClientSendOpenRequest(struct ChppClientState *clientState, in chppClientSendOpenRequest()
[all …]
H A Dapp.c338 struct ChppClientState *clientState = in chppGetDispatchFunction() local
354 struct ChppClientState *clientState = in chppGetDispatchFunction() local
614 struct ChppClientState *clientState = in chppProcessNegotiatedHandleDatagram() local
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteAugmentedAutofillService.java250 @Nullable List<Dataset> inlineSuggestionsData, @Nullable Bundle clientState, in maybeRequestShowInlineSuggestions()
384 void logAugmentedAutofillShown(int sessionId, @Nullable Bundle clientState); in logAugmentedAutofillShown()
387 @Nullable Bundle clientState); in logAugmentedAutofillSelected()
390 @Nullable String suggestionId, @Nullable Bundle clientState); in logAugmentedAutofillAuthenticationSelected()
H A DAutofillManagerServiceImpl.java762 void setAuthenticationSelected(int sessionId, @Nullable Bundle clientState) { in setAuthenticationSelected()
776 @Nullable Bundle clientState) { in logDatasetAuthenticationSelected()
789 void logSaveShown(int sessionId, @Nullable Bundle clientState) { in logSaveShown()
802 @Nullable Bundle clientState) { in logDatasetSelected()
815 void logDatasetShown(int sessionId, @Nullable Bundle clientState) { in logDatasetShown()
826 @Nullable Bundle clientState) { in logAugmentedAutofillAuthenticationSelected()
839 @Nullable Bundle clientState) { in logAugmentedAutofillSelected()
851 void logAugmentedAutofillShown(int sessionId, @Nullable Bundle clientState) { in logAugmentedAutofillShown()
868 void logContextCommittedLocked(int sessionId, @Nullable Bundle clientState, in logContextCommittedLocked()
884 void logContextCommittedLocked(int sessionId, @Nullable Bundle clientState, in logContextCommittedLocked()
/aosp12/system/chre/chpp/test/
H A Dclients_test.cpp64 void getClientRRStateInputCheck(struct ChppClientState *clientState, in getClientRRStateInputCheck()
81 struct ChppClientState *clientState, struct ChppAppHeader *header) { in getClientRRState()
100 void registerAndValidateRequestForTimeout(struct ChppClientState *clientState, in registerAndValidateRequestForTimeout()
112 void registerAndValidateResponseForTimeout(struct ChppClientState *clientState, in registerAndValidateResponseForTimeout()
/aosp12/system/chre/chpp/include/chpp/
H A Dclients.h47 #define chppAllocClientRequestFixed(clientState, type) \ argument
61 #define chppAllocClientRequestTypedArray(clientState, type, count, arrayField) \ argument
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DFillRequest.java250 @Nullable Bundle clientState, in FillRequest()
386 Bundle clientState = (flg & 0x4) == 0 ? null : in.readBundle(); in FillRequest() local
H A DFillEventHistory.java115 public FillEventHistory(int sessionId, @Nullable Bundle clientState) { in FillEventHistory()
525 public Event(int eventType, @Nullable String datasetId, @Nullable Bundle clientState, in Event()
566 public Event(int eventType, @Nullable String datasetId, @Nullable Bundle clientState, in Event()
H A DSaveRequest.java43 @Nullable Bundle clientState, @Nullable ArrayList<String> datasetIds) { in SaveRequest()
H A DFillResponse.java478 public Builder setClientState(@Nullable Bundle clientState) { in setClientState()
/aosp12/frameworks/base/core/java/android/service/autofill/augmented/
H A DIFillCallback.aidl34 in @nullable Bundle clientState, in onSuccess()
H A DFillCallback.java63 final Bundle clientState = response.getClientState(); in onSuccess() local
H A DFillResponse.java96 @Nullable Bundle clientState) { in FillResponse()
H A DAugmentedAutofillService.java570 @Nullable Bundle clientState, boolean showingFillWindow) { in reportResult()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInsetsPolicyTest.java372 final InsetsState clientState = mAppWindow.getInsetsState(); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientStateMachine.java388 int clientState; in getDevicesMatchingConnectionStates() local
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1977 final int clientState = getClientStateLocked(userState); in scheduleUpdateClientsIfNeededLocked() local
1988 private void sendStateToAllClients(int clientState, int userId) { in sendStateToAllClients()
1993 private void sendStateToClients(int clientState, int userId) { in sendStateToClients()
1997 private void sendStateToClients(int clientState, in sendStateToClients()
H A DAccessibilityUserState.java396 int clientState = 0; in getClientStateLocked() local
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java886 ClientState clientState = userState.clientStateMap.get(sessionState.client.asBinder()); in removeSessionStateLocked() local
2701 ClientState clientState = userState.clientStateMap.get(clientToken); in binderDied() local
3048 ClientState clientState = userState.clientStateMap.get(clientToken); in addSessionTokenToClientStateLocked() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareStateManager.java565 WifiAwareClientState clientState = mClients.valueAt(i); in getNumOfDiscoverySessions() local
3454 WifiAwareClientState clientState = mClients.valueAt(i); in createMergedRequestorWs() local
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4389 final ClientState clientState = (ClientState) args.arg1; in handleMessage() local
4406 final ClientState clientState = (ClientState)msg.obj; in handleMessage() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java420 private String getClientState(int clientState) { in getClientState()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...