Home
last modified time | relevance | path

Searched refs:Sum (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_tests.cpp43 PDX_REMOTE_METHOD(Sum, kOpSum, int64_t(const std::vector<DataType>&));
54 DispatchRemoteMethod<TestProtocol::Sum>(*this, &TestService::OnSum, in HandleMessage()
73 int64_t Sum(const std::vector<TestProtocol::DataType>& data) { in Sum() function in __anonff9ab74c0111::TestClient
74 auto status = InvokeRemoteMethod<TestProtocol::Sum>(data); in Sum()
144 ASSERT_EQ(expected, client->Sum(data)); in TEST_F()
/frameworks/opt/net/wifi/service/proto/src/
Dscorecard.proto97 optional double sum = 2; // Sum of values
98 optional double sum_of_squares = 3; // Sum of squares of values
/frameworks/base/proto/src/
Dwifi.proto913 // Sum of absolute values of rssi values (dBm)
916 // Sum of squares of rssi values (dBm^2)
/frameworks/base/cmds/statsd/src/
Datoms.proto4238 * Pulls bytes transferred via wifi (Sum of foreground and background usage).
4277 * Pulls bytes transferred via mobile networks (Sum of foreground and background usage).
7157 // Sum of sizes of all allocations.