Home
last modified time | relevance | path

Searched refs:mTcpServiceBinding (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
DFastbootTransportTcp.c56 STATIC EFI_SERVICE_BINDING_PROTOCOL *mTcpServiceBinding; variable
358 (VOID **) &mTcpServiceBinding, in TcpFastbootTransportStart()
368 Status = mTcpServiceBinding->CreateChild (mTcpServiceBinding, &mTcpHandle); in TcpFastbootTransportStart()
534 Status = mTcpServiceBinding->DestroyChild (mTcpServiceBinding, &mTcpHandle); in TcpFastbootTransportStop()