Searched refs:newHalInterface (Results 1 – 6 of 6) sorted by relevance
213 virtual status_t replaceHalInterface(sp<HalInterface> newHalInterface,
1848 sp<HalInterface> newHalInterface, bool keepBackup) { in replaceHalInterface() argument1850 if (newHalInterface.get() == nullptr) { in replaceHalInterface()1861 if (newHalInterface->getTransportType() != IPCTransport::HIDL) { in replaceHalInterface()1880 parent->mInterface = newHalInterface; in replaceHalInterface()
221 virtual status_t replaceHalInterface(sp<HalInterface> newHalInterface,
1607 sp<HalInterface> newHalInterface, bool keepBackup) { in replaceHalInterface() argument1609 if (newHalInterface.get() == nullptr) { in replaceHalInterface()1621 newHalInterface->getTransportType() != IPCTransport::AIDL) { in replaceHalInterface()1640 parent->mInterface = newHalInterface; in replaceHalInterface()
1031 status_t setHalInterface(sp<HalInterface> newHalInterface);
5090 sp<HalInterface> newHalInterface) { in setHalInterface() argument5091 if (newHalInterface.get() == nullptr) { in setHalInterface()5096 mInterface = newHalInterface; in setHalInterface()