Searched defs:usage (Results 1 - 25 of 125) sorted by relevance

12345

/frameworks/base/tools/obbtool/
H A Dmkobb.sh148 usage() { function
156 echo " -h Help; this usage screen"
170 -h) usage; exit 1;;
183 usage
190 usage
/frameworks/base/core/java/android/app/usage/
H A DTimeSparseArray.java17 package android.app.usage;
H A DNetworkStatsManager.java17 package android.app.usage;
19 import android.app.usage.NetworkStats.Bucket;
28 * Provides access to network usage history and statistics. Usage data is collected in
33 * {@link #querySummaryForDevice}) collect only network usage of apps belonging to the same user
34 * as the client. In addition tethering usage, usage by removed users and apps, and usage by system
42 * These queries aggregate network usage across the whole interval. Therefore there will be only one
44 * summaries a single bucket containing the totalised network usage is returned.
60 * access to usage dat
[all...]
H A DConfigurationStats.java16 package android.app.usage;
23 * Represents the usage statistics of a device {@link android.content.res.Configuration} for a
H A DUsageStats.java17 package android.app.usage;
23 * Contains usage statistics for an app package for a specific
101 * Get the beginning of the time range this {@link android.app.usage.UsageStats} represents,
111 * Get the end of the time range this {@link android.app.usage.UsageStats} represents,
H A DUsageStatsManagerInternal.java17 package android.app.usage;
101 * Removes a listener that was previously added for package usage state changes.
/frameworks/base/tools/aidl/
H A Doptions.cpp9 usage() function
12 "usage: aidl OPTIONS INPUT [OUTPUT]\n"
41 return usage();
67 return usage();
75 return usage();
86 return usage();
94 return usage();
103 return usage();
108 return usage();
123 return usage();
[all...]
/frameworks/av/media/libmedia/
H A DAudioPolicy.cpp27 AttributeMatchCriterion::AttributeMatchCriterion(audio_usage_t usage, argument
34 mAttr.mUsage = usage;
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp52 // detailed information such as signal numbers, stop and continue, resource usage, etc.
98 struct rusage usage; local
99 getrusage(RUSAGE_CHILDREN, &usage);
102 usage.ru_utime.tv_sec, usage.ru_utime.tv_usec / 1000,
103 usage.ru_stime.tv_sec, usage.ru_stime.tv_usec / 1000);
/frameworks/base/cmds/backup/
H A Dbackup.cpp28 static int usage(int /* argc */, const char** argv) function
34 "usage: %s\n"
37 "usage: %s list FILE\n"
40 "usage: %s print NAME FILE\n"
112 return usage(argc, argv);
/frameworks/base/libs/usb/tests/accessorytest/
H A Daccessory.c24 static void usage(char* name) { function
30 "\t-h : prints this usage message\n", name);
64 usage(argv[0]);
/frameworks/base/tools/aapt/
H A DMain.cpp40 * Print usage info.
42 void usage(void) function
713 usage();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNetworkConnectionStatistics.java35 public WifiNetworkConnectionStatistics(int connection, int usage) { argument
37 numUsage = usage;
/frameworks/native/libs/gui/
H A DGraphicBufferAlloc.cpp35 uint32_t height, PixelFormat format, uint32_t usage, status_t* error) {
37 new GraphicBuffer(width, height, format, usage));
34 createGraphicBuffer(uint32_t width, uint32_t height, PixelFormat format, uint32_t usage, status_t* error) argument
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.h44 GLenum usage; member in struct:android::gl::buffer_t
63 int allocateStore(gl::buffer_t* bo, GLsizeiptr size, GLenum usage);
H A DBufferObjectManager.cpp62 bo->usage = GL_STATIC_DRAW;
70 GLsizeiptr size, GLenum usage)
81 bo->usage = usage;
69 allocateStore(buffer_t* bo, GLsizeiptr size, GLenum usage) argument
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp29 int width, int height, int format, int rotation, int usage) {
60 if (usage & GRALLOC_USAGE_PROTECTED) {
79 ALOGW("failed to get consumer usage bits. ignoring");
83 int finalUsage = usage | consumerUsage;
84 ALOGV("gralloc usage: %#x(producer) + %#x(consumer) = %#x", usage, consumerUsage, finalUsage);
98 ALOGD("set up nativeWindow %p for %dx%d, color %#x, rotation %d, usage %#x",
27 setNativeWindowSizeFormatAndUsage( ANativeWindow *nativeWindow , int width, int height, int format, int rotation, int usage) argument
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java43 private static void usage() { method in class:Hid
49 usage();
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXml.java17 package com.android.server.usage;
H A DAppIdleHistory.java17 package com.android.server.usage;
/frameworks/base/tools/validatekeymaps/
H A DMain.cpp40 static void usage() { function
130 usage();
/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp81 uint32_t usage, const Rect& bounds, void** vaddr)
86 err = mAllocMod->lock(mAllocMod, handle, static_cast<int>(usage),
95 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr)
104 err = mAllocMod->lock_ycbcr(mAllocMod, handle, static_cast<int>(usage),
124 uint32_t usage, const Rect& bounds, void** vaddr, int fenceFd)
130 err = mAllocMod->lockAsync(mAllocMod, handle, static_cast<int>(usage),
138 err = mAllocMod->lock(mAllocMod, handle, static_cast<int>(usage),
148 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr, int fenceFd)
156 static_cast<int>(usage), bounds.left, bounds.top,
163 err = mAllocMod->lock_ycbcr(mAllocMod, handle, static_cast<int>(usage),
80 lock(buffer_handle_t handle, uint32_t usage, const Rect& bounds, void** vaddr) argument
94 lockYCbCr(buffer_handle_t handle, uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr) argument
123 lockAsync(buffer_handle_t handle, uint32_t usage, const Rect& bounds, void** vaddr, int fenceFd) argument
147 lockAsyncYCbCr(buffer_handle_t handle, uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr, int fenceFd) argument
[all...]
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp37 static void usage(const char* name) function
69 usage(argv[0]);
/frameworks/base/cmds/idmap/
H A Didmap.cpp9 const char *usage = "NAME\n\ member in namespace:__anon811
221 printf("%s\n", usage);
241 fprintf(stderr, "Usage: don't use this (cf dexopt usage).\n");
/frameworks/base/core/java/android/webkit/
H A DWebStorage.java71 protected Origin(String origin, long quota, long usage) { argument
74 mUsage = usage;

Completed in 1000 milliseconds

12345