/aosp_15_r20/system/chre/chpp/clients/ |
H A D | discovery.c | 80 struct ChppAppState *appState, in chppFindMatchingClientIndex() 105 struct ChppAppState *appState, const struct ChppDiscoveryResponse *response, in chppProcessDiscoverAllResponse() 221 struct ChppAppState *appState, uint8_t index) { in chppGetClientMatchNotifierFunction() 229 void chppDiscoveryInit(struct ChppAppState *appState) { in chppDiscoveryInit() 246 void chppDiscoveryDeinit(struct ChppAppState *appState) { in chppDiscoveryDeinit() 254 bool chppWaitForDiscoveryComplete(struct ChppAppState *appState, in chppWaitForDiscoveryComplete() 282 bool chppDispatchDiscoveryServiceResponse(struct ChppAppState *appState, in chppDispatchDiscoveryServiceResponse() 301 void chppInitiateDiscovery(struct ChppAppState *appState) { in chppInitiateDiscovery() 322 bool chppAreAllClientsMatched(struct ChppAppState *appState) { in chppAreAllClientsMatched()
|
H A D | timesync.c | 53 void chppTimesyncClientInit(struct ChppAppState *appState) { in chppTimesyncClientInit() 71 void chppTimesyncClientDeinit(struct ChppAppState *appState) { in chppTimesyncClientDeinit() 79 void chppTimesyncClientReset(struct ChppAppState *appState) { in chppTimesyncClientReset() 91 bool chppDispatchTimesyncServiceResponse(struct ChppAppState *appState, in chppDispatchTimesyncServiceResponse() 148 bool chppTimesyncMeasureOffset(struct ChppAppState *appState) { in chppTimesyncMeasureOffset() 179 int64_t chppTimesyncGetOffset(struct ChppAppState *appState, in chppTimesyncGetOffset() 202 struct ChppAppState *appState) { in chppTimesyncGetResult()
|
H A D | loopback.c | 56 void chppLoopbackClientInit(struct ChppAppState *appState) { in chppLoopbackClientInit() 72 void chppLoopbackClientDeinit(struct ChppAppState *appState) { in chppLoopbackClientDeinit() 81 bool chppDispatchLoopbackServiceResponse(struct ChppAppState *appState, in chppDispatchLoopbackServiceResponse() 134 struct ChppLoopbackTestResult chppRunLoopbackTest(struct ChppAppState *appState, in chppRunLoopbackTest()
|
/aosp_15_r20/system/chre/chpp/ |
H A D | app.c | 895 void chppTimestampOutgoingRequest(struct ChppAppState *appState, in chppTimestampOutgoingRequest() 952 bool chppTimestampIncomingResponse(struct ChppAppState *appState, in chppTimestampIncomingResponse() 1044 struct ChppAppState *appState, struct ChppIncomingRequestState *inReqState, in chppSendTimestampedResponseOrFail() 1132 struct ChppAppState *appState, uint8_t index, enum ChppEndpointType type) { in getRegisteredEndpointState() 1141 uint16_t getRegisteredEndpointOutReqCount(struct ChppAppState *appState, in getRegisteredEndpointOutReqCount() 1152 uint8_t getRegisteredEndpointCount(struct ChppAppState *appState, in getRegisteredEndpointCount() 1158 void chppRecalculateNextTimeout(struct ChppAppState *appState, in chppRecalculateNextTimeout() 1190 uint64_t *getNextRequestTimeoutNs(struct ChppAppState *appState, in getNextRequestTimeoutNs() 1202 struct ChppAppState *appState = endpointState->appContext; in chppCloseOpenRequests() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppStateAppOpsBridge.java | 58 public AppStateAppOpsBridge(Context context, ApplicationsState appState, Callback callback, in AppStateAppOpsBridge() 64 AppStateAppOpsBridge(Context context, ApplicationsState appState, Callback callback, in AppStateAppOpsBridge() 71 AppStateAppOpsBridge(Context context, ApplicationsState appState, Callback callback, in AppStateAppOpsBridge() 77 AppStateAppOpsBridge(Context context, ApplicationsState appState, Callback callback, in AppStateAppOpsBridge()
|
D | AppStateInstallAppsBridge.java | 47 public AppStateInstallAppsBridge(Context context, ApplicationsState appState, in AppStateInstallAppsBridge() 94 final InstallAppsState appState = new InstallAppsState(); in createInstallAppsStateFor() local
|
D | AppStatePowerBridge.java | 35 public AppStatePowerBridge(Context context, ApplicationsState appState, Callback callback) { in AppStatePowerBridge()
|
D | AppStateClonedAppsBridge.java | 46 public AppStateClonedAppsBridge(Context context, ApplicationsState appState, in AppStateClonedAppsBridge()
|
D | AppStateMediaManagementAppsBridge.java | 38 public AppStateMediaManagementAppsBridge(Context context, ApplicationsState appState, in AppStateMediaManagementAppsBridge()
|
D | AppStateTurnScreenOnBridge.java | 42 public AppStateTurnScreenOnBridge(Context context, ApplicationsState appState, in AppStateTurnScreenOnBridge()
|
D | AppStateWriteSettingsBridge.java | 39 public AppStateWriteSettingsBridge(Context context, ApplicationsState appState, Callback in AppStateWriteSettingsBridge()
|
D | AppStateOverlayBridge.java | 43 public AppStateOverlayBridge(Context context, ApplicationsState appState, Callback callback) { in AppStateOverlayBridge()
|
D | AppStateManageExternalStorageBridge.java | 40 public AppStateManageExternalStorageBridge(Context context, ApplicationsState appState, in AppStateManageExternalStorageBridge()
|
D | AppStateUsageBridge.java | 48 public AppStateUsageBridge(Context context, ApplicationsState appState, Callback callback) { in AppStateUsageBridge()
|
D | AppStateSmsPremBridge.java | 33 public AppStateSmsPremBridge(Context context, ApplicationsState appState, Callback callback) { in AppStateSmsPremBridge()
|
D | AppStateLongBackgroundTasksBridge.java | 52 public AppStateLongBackgroundTasksBridge(Context context, ApplicationsState appState, in AppStateLongBackgroundTasksBridge()
|
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/applications/ |
D | AppStateInstallAppsBridgeTest.java | 32 AppStateInstallAppsBridge.InstallAppsState appState = in testInstallAppsStateCanInstallApps() local 48 AppStateInstallAppsBridge.InstallAppsState appState = in testInstallAppsStateIsPotentialAppSource() local
|
/aosp_15_r20/frameworks/base/nfc/java/android/nfc/ |
H A D | NfcActivityManager.java | 87 NfcApplicationState appState = findAppState(app); in registerApplication() local 96 NfcApplicationState appState = findAppState(app); in unregisterApplication() local
|
/aosp_15_r20/system/chre/chpp/test/ |
H A D | app_req_resp_test.cpp | 83 struct ChppAppState *appState, in dispatchResponse() 129 struct ChppAppState *appState, struct ChppIncomingRequestState *inReqStates, in dispatchRequest()
|
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | ClientDescriptor.h | 218 void setAppState(app_state_t appState) { mAppState = appState; } in setAppState() 219 app_state_t appState() { return mAppState; } in appState() function
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
D | AlarmsAndRemindersDetailPreferenceController.java | 66 final AppStateAlarmsAndRemindersBridge.AlarmsAndRemindersState appState = in isCandidate() local
|
D | ExternalSourceDetailPreferenceController.java | 66 AppStateInstallAppsBridge.InstallAppsState appState = in isPotentialAppSource() local
|
D | LongBackgroundTasksDetailsPreferenceController.java | 83 final AppStateLongBackgroundTasksBridge.LongBackgroundTasksState appState = in isCandidate() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/datausage/ |
D | AppStateDataUsageBridge.java | 28 public AppStateDataUsageBridge(ApplicationsState appState, Callback callback, in AppStateDataUsageBridge()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/wifi/ |
D | AppStateChangeWifiStateBridge.java | 47 public AppStateChangeWifiStateBridge(Context context, ApplicationsState appState, Callback in AppStateChangeWifiStateBridge()
|