OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int32Value
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/stagefright/foundation/
AMessage.h
126
int32_t
int32Value
;
/frameworks/av/media/libstagefright/foundation/
AMessage.cpp
147
BASIC_TYPE(Int32,
int32Value
,int32_t)
370
"int32_t %s = %d", item.mName, item.u.
int32Value
);
466
item->u.
int32Value
= parcel.readInt32();
533
parcel->writeInt32(item.u.
int32Value
);
Completed in 239 milliseconds