OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDirection
(Results
1 - 4
of
4
) sorted by null
/system/tools/aidl/
type_namespace.cpp
137
if (a.
GetDirection
() != AidlArgument::IN_DIR &&
generate_java_binder.cpp
322
if (arg->
GetDirection
() & AidlArgument::IN_DIR) {
372
if (arg->
GetDirection
() & AidlArgument::OUT_DIR) {
434
AidlArgument::Direction dir = arg->
GetDirection
();
475
if (arg->
GetDirection
() & AidlArgument::OUT_DIR) {
aidl_language.h
107
Direction
GetDirection
() const { return direction_; }
generate_cpp.cpp
99
if (a.
GetDirection
() & AidlArgument::IN_DIR) {
Completed in 562 milliseconds