OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendMessageToClient
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsScriptC_Lib.cpp
216
return rsc->
sendMessageToClient
(data, RS_MESSAGE_TO_CLIENT_USER, cmdID, len, false);
221
return rsc->
sendMessageToClient
(data, RS_MESSAGE_TO_CLIENT_USER, cmdID, len, true);
rsContext.h
169
bool
sendMessageToClient
(const void *data, RsMessageToClientType cmdID, uint32_t subID, size_t len, bool waitForSpace) const;
rsContext.cpp
741
bool Context::
sendMessageToClient
(const void *data, RsMessageToClientType cmdID,
769
sendMessageToClient
(msg, RS_MESSAGE_TO_CLIENT_ERROR, e, strlen(msg) + 1, true);
908
rsc->
sendMessageToClient
(data, RS_MESSAGE_TO_CLIENT_USER, id, len, true);
rsAllocation.cpp
596
rsc->
sendMessageToClient
(&ip, RS_MESSAGE_TO_CLIENT_NEW_BUFFER, 0, sizeof(ip), true);
[
all
...]
Completed in 803 milliseconds