OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeCommand
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/
DisplayListLogBuffer.h
34
void
writeCommand
(int level, const char* label);
DisplayListLogBuffer.cpp
45
* information is recorded in
writeCommand
() should change to suit.
94
void DisplayListLogBuffer::
writeCommand
(int level, const char* label) {
DeferredDisplayList.cpp
107
logBuffer.
writeCommand
(0, op->name());
276
buffer.
writeCommand
(0, "multiDraw");
277
buffer.
writeCommand
(1, op->name());
DisplayList.cpp
546
logBuffer.
writeCommand
(level, op->name());
/frameworks/base/services/java/com/android/server/pm/
Installer.java
130
private boolean
writeCommand
(String _cmd) {
154
if (!
writeCommand
(cmd)) {
161
if (!connect() || !
writeCommand
(cmd)) {
Completed in 281 milliseconds