OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:playCoreCommands
(Results
1 - 6
of
6
) sorted by null
/frameworks/rs/
rsThreadIO.h
46
bool
playCoreCommands
(Context *con, int waitFd);
rsThreadIO.cpp
104
bool ThreadIO::
playCoreCommands
(Context *con, int waitFd) {
153
//ALOGV("
playCoreCommands
3 %i %i", cmd->cmdID, cmd->bytes);
157
ALOGE("
playCoreCommands
error con %p, cmd %i", con, cmd->cmdID);
rsContext.cpp
398
rsc->mIO.
playCoreCommands
(rsc, -1);
423
drawOnce |= rsc->mIO.
playCoreCommands
(rsc, displayEvent.getFd());
430
drawOnce |= rsc->mIO.
playCoreCommands
(rsc, -1);
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsThreadIO.h
46
bool
playCoreCommands
(Context *con, int waitFd);
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsThreadIO.h
46
bool
playCoreCommands
(Context *con, int waitFd);
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsThreadIO.h
46
bool
playCoreCommands
(Context *con, int waitFd);
Completed in 636 milliseconds