Searched refs:cmdID (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/rs/
H A DrsThreadIO.cpp43 uint32_t cmdID = 0; local
49 const void * data = mToCore.get(&cmdID, &cmdSize);
58 //LOGV("playCoreCommands 3 %i %i", cmdID, cmdSize);
60 gPlaybackFuncs[cmdID](con, data);
H A DrsContext.h110 bool sendMessageToClient(void *data, uint32_t cmdID, size_t len, bool waitForSpace);
H A DrsContext.cpp759 bool Context::sendMessageToClient(void *data, uint32_t cmdID, size_t len, bool waitForSpace) argument
761 //LOGE("sendMessageToClient %i %i %i", cmdID, len, waitForSpace);
762 if (cmdID == 0) {
775 mIO.mToClient.commit(cmdID, len);
H A DrsScriptC_Lib.cpp1066 static uint32_t SC_toClient(void *data, int cmdID, int len, int waitForSpace) argument
1069 return rsc->sendMessageToClient(data, cmdID, len, waitForSpace != 0);
1371 "int", "(void *data, int cmdID, int len, int waitForSpace)" },

Completed in 506 milliseconds