OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientsToDispatch
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/vehicle_network_service/
VehicleNetworkService.cpp
813
List<sp<HalClient> >
clientsToDispatch
;
834
handleHalRestartAndGetClientsToDispatchLocked(
clientsToDispatch
);
839
for (auto& client :
clientsToDispatch
) {
842
clientsToDispatch
.clear();
847
List<sp<HalClient> >
clientsToDispatch
;
862
handleHalRestartAndGetClientsToDispatchLocked(
clientsToDispatch
);
864
for (auto& client :
clientsToDispatch
) {
867
clientsToDispatch
.clear();
871
List<sp<HalClient> >&
clientsToDispatch
) {
881
clientsToDispatch
.push_back(client)
[
all
...]
VehicleNetworkService.h
333
void handleHalRestartAndGetClientsToDispatchLocked(List<sp<HalClient> >&
clientsToDispatch
);
Completed in 48 milliseconds