OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendMessageToClient
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/rs/
rsContext.h
110
bool
sendMessageToClient
(void *data, uint32_t cmdID, size_t len, bool waitForSpace);
rsContext.cpp
746
bool Context::
sendMessageToClient
(void *data, uint32_t cmdID, size_t len, bool waitForSpace)
748
//LOGE("
sendMessageToClient
%i %i %i", cmdID, len, waitForSpace);
759
//LOGE("
sendMessageToClient
2");
763
//LOGE("
sendMessageToClient
3");
rsScriptC_Lib.cpp
1069
return rsc->
sendMessageToClient
(data, cmdID, len, waitForSpace != 0);
[
all
...]
Completed in 83 milliseconds