Searched refs:fullName (Results 1 – 3 of 3) sorted by relevance
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsPacketParserTest.java | 36 String fullName = MdnsPacketParser.extractFullName(array, 3); in testExtractFullNameFromSingleLabel() local 37 assertEquals("atv.", fullName); in testExtractFullNameFromSingleLabel() 43 String fullName = MdnsPacketParser.extractFullName(array, 5); in testExtractFullNameFromPointer() local 44 assertEquals("iso.", fullName); in testExtractFullNameFromPointer() 50 String fullName = MdnsPacketParser.extractFullName(array, 3); in testExtractFullNameFromMultiLabel() local 51 assertEquals("atv.gtv.", fullName); in testExtractFullNameFromMultiLabel() 58 String fullName = MdnsPacketParser.extractFullName(array, 9); in testExtractFullNameFromLabelPointer() local 59 assertEquals("gtv.iso.", fullName); in testExtractFullNameFromLabelPointer() 77 String fullName = MdnsPacketParser.extractFullName(longArray, 9); in testExtractFullNameFromLabelDualPointerLongOffset() local 78 assertEquals("gtv.http.iso.", fullName); in testExtractFullNameFromLabelDualPointerLongOffset()
|
/device/generic/car/emulator/vhal_v2_0/ |
D | EmulatedVehicleHalServer.cpp | 100 auto fullName = std::string(IVehicleBus::descriptor) + "/" + instance; in startVehicleBuses() local 101 static_cast<std::vector<std::string>*>(context)->emplace_back(fullName); in startVehicleBuses() 104 for (const auto& fullName : names) { in startVehicleBuses() local 105 ::ndk::SpAIBinder binder(AServiceManager_waitForService(fullName.c_str())); in startVehicleBuses() 107 ALOGE("%s binder returned null", fullName.c_str()); in startVehicleBuses() 112 ALOGE("Couldn't open %s", fullName.c_str()); in startVehicleBuses()
|
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/ |
D | EmulatedVehicleHardware.cpp | 133 auto fullName = std::string(IVehicleBus::descriptor) + "/" + instance; in startVehicleBuses() local 134 static_cast<std::vector<std::string>*>(context)->push_back(fullName); in startVehicleBuses() 137 for (const auto& fullName : names) { in startVehicleBuses() local 138 ::ndk::SpAIBinder binder(AServiceManager_waitForService(fullName.c_str())); in startVehicleBuses() 140 ALOGE("%s binder returned null", fullName.c_str()); in startVehicleBuses() 145 ALOGE("Couldn't open %s", fullName.c_str()); in startVehicleBuses()
|