Searched refs:hInput (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/common/ |
| D | channel.cpp | 501 HChannel HdcChannelBase::AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput) in AdminChannel() argument 507 mapChannel[channelId] = hInput; in AdminChannel() 534 mapChannel[hInput->channelId] = hInput; in AdminChannel()
|
| D | channel.h | 24 HChannel AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput);
|
| D | session.h | 95 virtual HSession AdminSession(const uint8_t op, const uint32_t sessionId, HSession hInput); 98 …askInfo AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, HTaskInfo hInput);
|
| D | forward.h | 87 void *AdminContext(const uint8_t op, const uint32_t id, HCtxForward hInput);
|
| D | session.cpp | 653 HSession HdcSessionBase::AdminSession(const uint8_t op, const uint32_t sessionId, HSession hInput) in AdminSession() argument 659 mapSession[sessionId] = hInput; in AdminSession() 686 mapSession[hInput->sessionId] = hInput; in AdminSession() 735 …ionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, HTaskInfo hInput) in AdminTask() argument 746 mapTask[channelId] = hInput; in AdminTask() 747 hRet = hInput; in AdminTask()
|
| D | forward.cpp | 686 void *HdcForwardBase::AdminContext(const uint8_t op, const uint32_t id, HCtxForward hInput) in AdminContext() argument 693 mapCtx[id] = hInput; in AdminContext() 705 mapCtx[hInput->id] = hInput; in AdminContext()
|