Home
last modified time | relevance | path

Searched defs:wanted (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read()
Dfile_wrapper_input.cpp35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read()
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp64 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute()
/frameworks/minikin/libs/minikin/
DFontFamily.cpp295 static FontFakery computeFakery(FontStyle wanted, FontStyle actual) { in computeFakery()
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp1191 size_t wanted = buffer->mFrameCount; in obtainBuffer() local
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp120 EGLint wanted, EGLConfig* outConfig) { in selectConfigForAttribute()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2301 bool wanted = false; in placeOutputSections() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java10054 private static Intent eqIntent(Intent wanted) { in eqIntent()