Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/system/chre/chpp/
H A Dclients.c70 static bool chppIsClientApiReady(struct ChppEndpointState *clientState) { in chppIsClientApiReady()
176 struct ChppEndpointState *clientState, in chppRegisterClient()
232 void chppClientInit(struct ChppEndpointState *clientState, uint8_t handle) { in chppClientInit()
247 void chppClientDeinit(struct ChppEndpointState *clientState) { in chppClientDeinit()
301 struct ChppEndpointState *clientState, size_t len) { in chppAllocClientRequest()
307 struct ChppEndpointState *clientState, uint16_t command) { in chppAllocClientRequestCommand()
318 struct ChppEndpointState *clientState, in chppClientSendTimestampedRequestOrFail()
335 struct ChppEndpointState *clientState, in chppClientSendTimestampedRequestAndWait()
342 struct ChppEndpointState *clientState, in chppClientSendTimestampedRequestAndWaitTimeout()
356 void chppClientPseudoOpen(struct ChppEndpointState *clientState) { in chppClientPseudoOpen()
[all …]
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java950 void setAuthenticationSelected(int sessionId, @Nullable Bundle clientState, in setAuthenticationSelected()
966 @Nullable Bundle clientState, int uiType, @Nullable AutofillId focusedId) { in logDatasetAuthenticationSelected()
980 void logSaveShown(int sessionId, @Nullable Bundle clientState) { in logSaveShown()
993 @Nullable Bundle clientState, int uiType, @Nullable AutofillId focusedId) { in logDatasetSelected()
1007 void logDatasetShown(int sessionId, @Nullable Bundle clientState, int uiType, in logDatasetShown()
1022 void logViewEntered(int sessionId, @Nullable Bundle clientState, in logViewEntered()
1046 @Nullable Bundle clientState) { in logAugmentedAutofillAuthenticationSelected()
1060 @Nullable Bundle clientState) { in logAugmentedAutofillSelected()
1072 void logAugmentedAutofillShown(int sessionId, @Nullable Bundle clientState) { in logAugmentedAutofillShown()
1092 void logContextCommittedLocked(int sessionId, @Nullable Bundle clientState, in logContextCommittedLocked()
[all …]
H A DRemoteAugmentedAutofillService.java251 @Nullable List<Dataset> inlineSuggestionsData, @Nullable Bundle clientState, in maybeRequestShowInlineSuggestions()
390 void logAugmentedAutofillShown(int sessionId, @Nullable Bundle clientState); in logAugmentedAutofillShown()
393 @Nullable Bundle clientState); in logAugmentedAutofillSelected()
396 @Nullable String suggestionId, @Nullable Bundle clientState); in logAugmentedAutofillAuthenticationSelected()
/aosp_15_r20/system/chre/chpp/test/
H A Dapp_discovery_test.cpp91 void clientNotifyReset(void *clientState) { in clientNotifyReset()
96 void clientNotifyMatch(void *clientState) { in clientNotifyMatch()
101 bool clientInit(void *clientState, uint8_t handle, in clientInit()
110 void clientDeinit(void *clientState) { in clientDeinit()
H A Dapp_req_resp_test.cpp202 enum ChppAppErrorCode clientDispatchResponse(void *clientState, uint8_t *buf, in clientDispatchResponse()
214 enum ChppAppErrorCode clientDispatchRequest(void *clientState, uint8_t *buf, in clientDispatchRequest()
223 bool clientInit(void *clientState, uint8_t handle, in clientInit()
232 void clientDeinit(void *clientState) { in clientDeinit()
H A Dapp_notification_test.cpp99 enum ChppAppErrorCode clientDispatchNotification(void *clientState, in clientDispatchNotification()
122 bool clientInit(void *clientState, uint8_t handle, in clientInit()
131 void clientDeinit(void *clientState) { in clientDeinit()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java122 ClientState clientState = mClients.get(listener.asBinder()); in startListening() local
187 ClientState clientState = mClients.get(listener.asBinder()); in stopListening() local
217 ClientState clientState = mClients.get(listener.asBinder()); in cancel() local
322 ClientState clientState = mClients.remove(listener.asBinder()); in removeClient() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
H A DFillEventHistoryCommonTestCase.java117 Bundle clientState = new Bundle(); in testAuthenticationSelected_withLastFocusedId() local
171 Bundle clientState = new Bundle(); in testAuthenticationSelected_withDifferentLastFocusedIdForShownAndSelection() local
257 Bundle clientState = new Bundle(); in testDatasetAuthenticationSelected() local
302 Bundle clientState = new Bundle(); in testAuthenticationSelected() local
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/
H A DFillEventHistory.java124 public FillEventHistory(int sessionId, @Nullable Bundle clientState) { in FillEventHistory()
641 public Event(int eventType, @Nullable String datasetId, @Nullable Bundle clientState, in Event()
684 public Event(int eventType, @Nullable String datasetId, @Nullable Bundle clientState, in Event()
729 public Event(int eventType, @Nullable String datasetId, @Nullable Bundle clientState, in Event()
H A DConvertCredentialResponse.java64 @Nullable Bundle clientState) { in ConvertCredentialResponse()
121 Bundle clientState = (flg & 0x2) == 0 ? null : in.readBundle(); in ConvertCredentialResponse() local
H A DConvertCredentialRequest.java65 @NonNull Bundle clientState) { in ConvertCredentialRequest()
120 Bundle clientState = in.readBundle(); in ConvertCredentialRequest() local
H A DFillRequest.java364 @Nullable Bundle clientState, in FillRequest()
551 Bundle clientState = (flg & 0x8) == 0 ? null : in.readBundle(); in FillRequest() local
H A DFillResponse.java166 private FillResponse(ParceledListSlice<Dataset> datasets, SaveInfo saveInfo, Bundle clientState, in FillResponse()
800 public Builder setClientState(@Nullable Bundle clientState) { in setClientState()
H A DSaveRequest.java42 @Nullable Bundle clientState, @Nullable ArrayList<String> datasetIds) { in SaveRequest()
/aosp_15_r20/external/angle/src/tests/gl_tests/gles1/
H A DClientStateEnable.cpp39 for (auto clientState : mClientStates) in TEST_P() local
50 for (auto clientState : mClientStates) in TEST_P() local
/aosp_15_r20/system/chre/chpp/include/chpp/
H A Dclients.h46 #define chppAllocClientRequestFixed(clientState, type) \ argument
59 #define chppAllocClientRequestTypedArray(clientState, type, count, arrayField) \ argument
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
H A DAuthenticationTest.java768 final Bundle clientState = new Bundle(); in fillResponseAuthBothFields() local
858 final Bundle clientState = new Bundle(); in testFillResponseAuthJustOneField() local
1160 final Bundle clientState = new Bundle(); in testFillResponseFiltering() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext_gles_1_0.cpp35 void Context::disableClientState(ClientVertexArrayType clientState) in disableClientState()
42 void Context::enableClientState(ClientVertexArrayType clientState) in enableClientState()
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
H A DHelper.java1134 private static void assertClientState(Object container, Bundle clientState, in assertClientState()
1156 final Bundle clientState = history.getClientState(); in assertDeprecatedClientState() local
1169 final Bundle clientState = history.getClientState(); in assertNoDeprecatedClientState() local
1204 final Bundle clientState = event.getClientState(); in assertFillEvent() local
1517 final Bundle clientState = new Bundle(); in newClientState() local
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DProxyManager.java437 int clientState = 0; in getStateLocked() local
465 int clientState = 0; in getStateForDisplayIdLocked() local
/aosp_15_r20/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
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
H A DAugmentedAuthActivity.java77 Bundle clientState = intent.getParcelableExtra(EXTRA_CLIENT_STATE_TO_RETURN); in onCreate() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/autofill/
H A DHelperTest.java55 Bundle clientState = new Bundle(); in testGetSaveInfoStatsFromFillResponses_singleResponseWithoutSaveInfo() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp672 void CoreProfileEngine::enableClientState(GLenum clientState) { in enableClientState()
676 void CoreProfileEngine::disableClientState(GLenum clientState) { in disableClientState()

123456789