Home
last modified time | relevance | path

Searched defs:usage (Results 1 – 25 of 79) sorted by relevance

1234

/frameworks/rs/cpp/
DAllocation.cpp40 Allocation::Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage) : in Allocation()
307 RsAllocationMipmapControl mips, uint32_t usage) { in createTyped()
317 RsAllocationMipmapControl mips, uint32_t usage, in createTyped()
328 uint32_t usage) { in createTyped()
333 size_t count, uint32_t usage) { in createSized()
342 size_t x, size_t y, uint32_t usage) { in createSized2D()
/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp74 int usage, const Rect& bounds, void** vaddr) in lock()
88 int usage, const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr()
DGraphicBuffer.cpp157 status_t GraphicBuffer::lock(uint32_t usage, void** vaddr) in lock()
164 status_t GraphicBuffer::lock(uint32_t usage, const Rect& rect, void** vaddr) in lock()
177 status_t GraphicBuffer::lockYCbCr(uint32_t usage, android_ycbcr *ycbcr) in lockYCbCr()
184 status_t GraphicBuffer::lockYCbCr(uint32_t usage, const Rect& rect, in lockYCbCr()
DGraphicBufferAllocator.cpp94 int usage, buffer_handle_t* handle, int32_t* stride) in alloc()
/frameworks/native/libs/gui/
DIGraphicBufferAlloc.cpp46 PixelFormat format, uint32_t usage, status_t* error) { in createGraphicBuffer()
94 uint32_t usage = data.readInt32(); in onTransact() local
DGraphicBufferAlloc.cpp35 PixelFormat format, uint32_t usage, status_t* error) { in createGraphicBuffer()
/frameworks/base/tools/obbtool/
Dmkobb.sh148 usage() { function
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocationThunker.java67 AllocationThunker(RenderScript rs, Type t, int usage, android.renderscript.Allocation na) { in AllocationThunker()
224 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped()
237 int usage) { in createFromBitmap()
250 int usage) { in createCubemapFromBitmap()
267 int usage) { in createCubemapFromCubeFaces()
281 int usage) { in createFromBitmapResource()
293 int usage) { in createFromString()
303 int count, int usage) { in createSized()
DAllocation.java231 Allocation(int id, RenderScript rs, Type t, int usage) { in Allocation()
1161 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped()
1188 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped()
1219 int count, int usage) { in createSized()
1292 int usage) { in createFromBitmap()
1368 int usage) { in createCubemapFromBitmap()
1445 int usage) { in createCubemapFromCubeFaces()
1537 int usage) { in createFromBitmapResource()
1577 int usage) { in createFromString()
/frameworks/base/tools/aidl/
Doptions.cpp9 usage() in usage() function
/frameworks/base/tools/aapt/
DMain.cpp42 void usage(void) in usage() function
Dprintapk.cpp13 usage() in usage() function
/frameworks/av/media/mediaserver/
Dmain_mediaserver.cpp94 struct rusage usage; in main() local
/frameworks/native/opengl/libagl/
DBufferObjectManager.h44 GLenum usage; member
DBufferObjectManager.cpp70 GLsizeiptr size, GLenum usage) in allocateStore()
/frameworks/base/cmds/backup/
Dbackup.cpp29 usage(int argc, const char** argv) in usage() function
/frameworks/base/tools/validatekeymaps/
DMain.cpp40 static void usage() { in usage() function
/frameworks/native/cmds/screenshot/
Dscreenshot.c98 void usage() { in usage() function
/frameworks/native/include/ui/
DGraphicBufferAllocator.h79 uint32_t usage; member
/frameworks/base/core/java/android/webkit/
DWebStorage.java71 protected Origin(String origin, long quota, long usage) { in Origin()
/frameworks/base/cmds/screencap/
Dscreencap.cpp42 static void usage(const char* pname) in usage() function
/frameworks/base/graphics/java/android/renderscript/
DAllocation.java258 Allocation(int id, RenderScript rs, Type t, int usage) { in Allocation()
1248 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped()
1271 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped()
1302 int count, int usage) { in createSized()
1371 int usage) { in createFromBitmap()
1484 int usage) { in createCubemapFromBitmap()
1561 int usage) { in createCubemapFromCubeFaces()
1650 int usage) { in createFromBitmapResource()
1702 int usage) { in createFromString()
/frameworks/av/media/libmedia/
DIAudioPolicyService.cpp105 virtual status_t setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) in setForceUse()
115 virtual audio_policy_forced_cfg_t getForceUse(audio_policy_force_use_t usage) in getForceUse()
420 audio_policy_force_use_t usage = static_cast <audio_policy_force_use_t>( in onTransact() local
430 audio_policy_force_use_t usage = static_cast <audio_policy_force_use_t>( in onTransact() local
/frameworks/native/cmds/dumpstate/
Ddumpstate.c304 static void usage() { in usage() function
/frameworks/compile/libbcc/tools/abcc/
DMain.cpp33 static void usage() { in usage() function

1234