Searched refs:propertyFile_getAdbdCommunicationMode (Results 1 – 4 of 4) sorted by relevance
101 TEST(AvdUtil, propertyFile_getAdbdCommunicationMode) { in TEST() argument118 EXPECT_EQ(1, propertyFile_getAdbdCommunicationMode(&fd)); in TEST()121 EXPECT_EQ(0, propertyFile_getAdbdCommunicationMode(&fd)); in TEST()124 EXPECT_EQ(1, propertyFile_getAdbdCommunicationMode(&fd)); in TEST()128 EXPECT_EQ(1, propertyFile_getAdbdCommunicationMode(&fd)); in TEST()
94 int propertyFile_getAdbdCommunicationMode(const FileData* data);
240 propertyFile_getAdbdCommunicationMode(const FileData* data) { in propertyFile_getAdbdCommunicationMode() function
1342 return propertyFile_getAdbdCommunicationMode(i->buildProperties); in avdInfo_getAdbdCommunicationMode()