Searched refs:test_data (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | control_test.cpp | 325 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local 326 ASSERT_EQ(UpdateMetadata(&metadata, delegate_tag_, test_data), 0); in TEST_F() 335 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local 336 ASSERT_EQ(UpdateMetadata(&metadata, delegate_tag_, test_data), 0); in TEST_F() 430 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local 431 ASSERT_EQ(UpdateMetadata(&metadata, delegate_tag_, test_data), 0); in TEST_F() 441 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local 442 ASSERT_EQ(UpdateMetadata(&metadata, delegate_tag_, test_data), 0); in TEST_F()
|
/hardware/nxp/nfc/halimpl/self-test/ |
D | phNxpNciHal_SelfTest.cc | 899 nci_test_data_t* test_data = (nci_test_data_t*)p_cb_data->pContext; in hal_read_cb() local 901 if (test_data->exp_rsp.len == 0) { in hal_read_cb() 903 if (test_data->ntf_validator(&(test_data->exp_ntf), pInfo) == 1) { in hal_read_cb() 911 else if (test_data->rsp_validator(&(test_data->exp_rsp), pInfo) == 1) { in hal_read_cb() 917 test_data->exp_rsp.len = 0; in hal_read_cb()
|