Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyanogenMod/android_frameworks_base
/ setDataSource
Method
setDataSource
tools/aapt/Images.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
: mData(NULL), mDataSize(0), mIndex(0)
34
{}
35
void setDataSource(const char* data, uint32_t size) { mData = data; mDataSize = size; mIndex = 0; }
36
status_t read(png_bytep data, png_size_t length);
37
38
private:
Callers
3
preProcessImage
Function · 0.45
openVideo
Method · 0.45
onStart
Method · 0.45
Calls
no outgoing calls
Tested by
1
onStart
Method · 0.36