Searched defs:test_handle (Results 1 - 2 of 2) sorted by relevance

/system/bt/hci/test/
H A Dhci_layer_test.cpp70 static const uint16_t test_handle = (0x1992 & 0xCFFF); variable
109 UINT16_TO_STREAM(packet_data, test_handle);
139 EXPECT_EQ(test_handle, handle);
/system/tpm/trunks/
H A Dtpm_utility_test.cc1990 TPM_HANDLE test_handle = 42; local
1992 .WillRepeatedly(DoAll(SetArgPointee<3>(test_handle),
1994 EXPECT_CALL(mock_tpm_, EvictControlSync(_, _, test_handle, _, _, _))
2027 TPM_HANDLE test_handle = 42; local
2029 .WillRepeatedly(DoAll(SetArgPointee<4>(test_handle),
2031 EXPECT_CALL(mock_tpm_, EvictControlSync(_, _, test_handle, _, _, _))

Completed in 296 milliseconds