Searched refs:AdminChannel (Results 1 – 4 of 4) sorted by relevance
| /developtools/hdc/src/common/ |
| D | channel.cpp | 289 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd() 333 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send() 359 } while (AdminChannel(OP_QUERY, uid, nullptr) != nullptr); in GetChannelPseudoUid() 383 AdminChannel(OP_ADD, channelId, hChannel); in MallocChannel() 398 thisClass->AdminChannel(OP_REMOVE, hChannel->channelId, nullptr); in FreeChannelFinally() 467 HChannel hChannel = AdminChannel(OP_QUERY, channelId, nullptr); in FreeChannel() 478 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 | 539 HChannel hChannel = sfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in FetchCommand() 866 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannel() 892 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel() 923 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in ServerCommand()
|
| D | client.cpp | 527 AdminChannel(OP_UPDATE, unOld, hChannel); in PreHandshake()
|