Searched defs:val2 (Results 1 - 6 of 6) sorted by relevance

/system/bt/bta/hf_client/
H A Dbta_hf_client_api.cc169 uint32_t val1, uint32_t val2, const char* str) {
176 p_buf->uint32_val2 = val2;
168 BTA_HfClientSendAT(uint16_t handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, uint32_t val1, uint32_t val2, const char* str) argument
/system/keymaster/
H A Dauthorization_set_test.cpp496 keymaster_padding_t val2; local
497 EXPECT_FALSE(set.GetTagValue(TAG_PADDING, &val2));
/system/extras/app-launcher/
H A Dcomputestats.c26 u_int64_t val2 = *(u_int64_t *)p2; local
28 if (val1 == val2)
30 if (val1 < val2)
H A Dcomputestatsf.c26 double val2 = *(u_int64_t *)p2; local
28 if (val1 == val2)
30 if (val1 < val2)
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp138 int val2 = iter + 3; local
139 int expected = val1 + val2; // Expect to get the sum back
141 send.writeInt32(val2);
174 int val1, val2; local
193 val2 = data.readInt32();
194 reply->writeInt32(val1 + val2);
/system/bt/btif/src/
H A Dbtif_hf_client.cc724 int val2, const char* arg) {
730 BTIF_TRACE_EVENT("%s: Cmd %d val1 %d val2 %d arg %s", __func__, cmd, val1,
731 val2, (arg != NULL) ? arg : "<null>");
732 BTA_HfClientSendAT(cb->handle, cmd, val1, val2, arg);
723 send_at_cmd(const RawAddress* bd_addr, int cmd, int val1, int val2, const char* arg) argument

Completed in 142 milliseconds