Lines Matching defs:context
53 bool HdcTransferBase::ResetCtx(CtxFile *context, bool full) in ResetCtx()
71 int HdcTransferBase::SimpleFileIO(CtxFile *context, uint64_t index, uint8_t *sendBuf, int bytes) in SimpleFileIO()
147 CtxFile *context = (CtxFile *)req->data; in OnFileClose() local
159 void HdcTransferBase::SetFileTime(CtxFile *context) in SetFileTime()
174 bool HdcTransferBase::SendIOPayload(CtxFile *context, uint64_t index, uint8_t *data, int dataSize) in SendIOPayload()
227 CtxFile *context = reinterpret_cast<CtxFile *>(contextIO->context); in OnFileIO() local
313 void HdcTransferBase::OnFileOpenFailed(CtxFile *context) in OnFileOpenFailed()
350 CtxFile *context = (CtxFile *)req->data; in OnFileOpen() local
690 bool HdcTransferBase::RecvIOPayload(CtxFile *context, uint8_t *data, int dataSize) in RecvIOPayload()
752 CtxFile *context = &ctxNow; in CommandDispatch() local
778 CtxFile *context = &ctxNow; in CommandDispatch() local
812 bool HdcTransferBase::CheckFeatures(CtxFile *context, uint8_t *payload, const int payloadSize) in CheckFeatures()
835 bool HdcTransferBase::CheckSandboxOptionCompatibility(const string &option, CtxFile *context) in CheckSandboxOptionCompatibility()