Searched refs:AdminChannel (Results 1 – 4 of 4) sorted by relevance
/developtools/hdc/src/common/ |
D | channel.cpp | 286 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd() 328 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send() 354 } while (AdminChannel(OP_QUERY, uid, nullptr) != nullptr); in GetChannelPseudoUid() 378 AdminChannel(OP_ADD, channelId, hChannel); in MallocChannel() 393 thisClass->AdminChannel(OP_REMOVE, hChannel->channelId, nullptr); in FreeChannelFinally() 462 HChannel hChannel = AdminChannel(OP_QUERY, channelId, nullptr); in FreeChannel() 473 HChannel HdcChannelBase::AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput) in AdminChannel() function in Hdc::HdcChannelBase
|
D | channel.h | 24 HChannel AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput);
|
/developtools/hdc/src/host/ |
D | server.cpp | 535 HChannel hChannel = sfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in FetchCommand() 858 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannel() 884 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel() 915 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in ServerCommand()
|
D | client.cpp | 378 AdminChannel(OP_UPDATE, unOld, hChannel); in PreHandshake()
|