OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCommandStrings
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/binder/
IPCThreadState.cpp
91
static const char *
kCommandStrings
[] = {
202
static const size_t N = sizeof(
kCommandStrings
)/sizeof(
kCommandStrings
[0]);
211
out <<
kCommandStrings
[cmdIndex];
[
all
...]
/system/libhwbinder/
IPCThreadState.cpp
91
static const char *
kCommandStrings
[] = {
201
static const size_t N = sizeof(
kCommandStrings
)/sizeof(
kCommandStrings
[0]);
210
out <<
kCommandStrings
[cmdIndex];
[
all
...]
Completed in 162 milliseconds