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.cpp
103
this->transact_data = new Variable(
PARCEL_TYPE
, "data");
104
this->transact_reply = new Variable(
PARCEL_TYPE
, "reply");
467
Variable* _data = new Variable(
PARCEL_TYPE
, "_data");
469
new MethodCall(
PARCEL_TYPE
, "obtain")));
472
_reply = new Variable(
PARCEL_TYPE
, "_reply");
474
new MethodCall(
PARCEL_TYPE
, "obtain")));
Type.cpp
22
Type*
PARCEL_TYPE
;
100
PARCEL_TYPE
= new ParcelType();
101
NAMES.Add(
PARCEL_TYPE
);
[
all
...]
Type.h
455
extern Type*
PARCEL_TYPE
;
Completed in 22 milliseconds