Searched refs:hInput (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/common/ |
| D | channel.cpp | 478 HChannel HdcChannelBase::AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput) in AdminChannel() argument 484 mapChannel[channelId] = hInput; in AdminChannel() 511 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 | 81 void *AdminContext(const uint8_t op, const uint32_t id, HCtxForward hInput);
|
| D | forward.cpp | 643 void *HdcForwardBase::AdminContext(const uint8_t op, const uint32_t id, HCtxForward hInput) in AdminContext() argument 650 mapCtx[id] = hInput; in AdminContext() 662 mapCtx[hInput->id] = hInput; in AdminContext()
|
| D | session.cpp | 633 HSession HdcSessionBase::AdminSession(const uint8_t op, const uint32_t sessionId, HSession hInput) in AdminSession() argument 639 mapSession[sessionId] = hInput; in AdminSession() 666 mapSession[hInput->sessionId] = hInput; in AdminSession() 715 …ionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, HTaskInfo hInput) in AdminTask() argument 730 mapTask[channelId] = hInput; in AdminTask() 731 hRet = hInput; in AdminTask()
|