OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARCEL_TYPE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aidl/
generate_java_binder.cpp
66
this->transact_data = new Variable(
PARCEL_TYPE
, "data");
67
this->transact_reply = new Variable(
PARCEL_TYPE
, "reply");
403
Variable* _data = new Variable(
PARCEL_TYPE
, "_data");
405
new MethodCall(
PARCEL_TYPE
, "obtain")));
408
_reply = new Variable(
PARCEL_TYPE
, "_reply");
410
new MethodCall(
PARCEL_TYPE
, "obtain")));
Type.cpp
25
Type*
PARCEL_TYPE
;
116
PARCEL_TYPE
= new ParcelType();
117
NAMES.Add(
PARCEL_TYPE
);
[
all
...]
Type.h
524
extern Type*
PARCEL_TYPE
;
Completed in 42 milliseconds