Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dchannel.h43 uint32_t MallocChannel(HChannel *hOutChannel);
Dchannel.cpp375 uint32_t HdcChannelBase::MallocChannel(HChannel *hOutChannel) in MallocChannel() function in Hdc::HdcChannelBase
/developtools/hdc/src/host/
Dclient.cpp31 MallocChannel(&channel); // free by logic in HdcClient()
Dserver_for_client.cpp52 uint32_t uid = thisClass->MallocChannel(&hChannel); in AcceptClient()