OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeInplace
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/gui/
LayerState.cpp
32
void* buf = output.
writeInplace
(len);
/frameworks/base/include/binder/
Parcel.h
90
void*
writeInplace
(size_t len);
/frameworks/base/libs/binder/
Parcel.cpp
567
void* const d =
writeInplace
(len);
575
void* Parcel::
writeInplace
(size_t len)
669
uint8_t* data = (uint8_t*)
writeInplace
(len+sizeof(char16_t));
737
void* ptr =
writeInplace
(len);
791
void* buf = this->
writeInplace
(PAD_SIZE(len));
[
all
...]
/frameworks/base/core/jni/android/graphics/
Region.cpp
194
region->flatten(p->
writeInplace
(size));
Bitmap.cpp
435
memcpy(p->
writeInplace
(count * sizeof(SkPMColor)),
/frameworks/base/core/jni/
android_util_Binder.cpp
[
all
...]
Completed in 364 milliseconds