OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_FAKE_TYPE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aidl/
aidl.cpp
425
if (returnType ==
EVENT_FAKE_TYPE
) {
470
if (t ==
EVENT_FAKE_TYPE
) {
485
if (returnType ==
EVENT_FAKE_TYPE
[
all
...]
Type.cpp
33
Type*
EVENT_FAKE_TYPE
;
132
EVENT_FAKE_TYPE
= new Type("event", Type::BUILT_IN, false, false, false);
133
NAMES.Add(
EVENT_FAKE_TYPE
);
[
all
...]
generate_java_rpc.cpp
211
if (returnType ==
EVENT_FAKE_TYPE
) {
[
all
...]
Type.h
532
extern Type*
EVENT_FAKE_TYPE
;
Completed in 3120 milliseconds