Searched refs:wanted (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { argument
36 while (found < wanted) {
H A Dfile_wrapper_input.cpp35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { argument
36 size_t found = fread((char*) buffer, 1, wanted, _file);
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dwrapper_input.h36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
H A Dfile_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
H A Din_memory_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp145 static FontFakery computeFakery(FontStyle wanted, FontStyle actual) { argument
149 int wantedWeight = wanted.getWeight();
151 bool isFakeItalic = wanted.getItalic() && !actual.getItalic();
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp285 EGLint attribute, EGLint wanted, EGLConfig* outConfig) {
297 if (wanted == value) {
284 selectConfigForAttribute(EGLDisplay dpy, EGLint const* attrs, EGLint attribute, EGLint wanted, EGLConfig* outConfig) argument
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp838 size_t wanted = buffer->mFrameCount; local
839 if (avail < wanted) {
842 avail = wanted;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2399 bool wanted = false; local
2405 wanted = true;
2412 wanted = true;
2418 wanted = true;
2433 wanted = true;
2443 wanted = true;
2454 if (wanted) {

Completed in 3836 milliseconds