Home
last modified time | relevance | path

Searched refs:mCopy (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/incremental/
Dpath.cpp179 mCopy.emplace(sv); in CStrWrapper()
180 mCstr = mCopy->c_str(); in CStrWrapper()
Dpath.h41 std::optional<std::string> mCopy; variable
/frameworks/av/media/module/extractors/flac/
DFLACExtractor.cpp148 … void (*mCopy)(int16_t *dst, const int * src[kMaxChannels], unsigned nSamples, unsigned nChannels); member in android::FLACParser