Home
last modified time | relevance | path

Searched refs:uploadClient (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/codycam/
H A DVideoConsumer.h25 int32 uploadClient; member
H A DCodyCam.cpp420 fFtpInfo.uploadClient = 0; in VideoWindow()
539 message->FindInt32("client", &(fFtpInfo.uploadClient)); in MessageReceived()
540 FTPINFO("upl client = %" B_PRId32 "\n", fFtpInfo.uploadClient); in MessageReceived()
836 bool enableServerControls = fFtpInfo.uploadClient < 2; in _UploadClientChanged()
H A DVideoConsumer.cpp226 fUploadClient = info->uploadClient; in HandleMessage()