Home
last modified time | relevance | path

Searched refs:usages (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/
Dstrategy_for_usage.pfw5 /Policy/policy/usages/unknown/applicable_strategy/strategy = media
6 /Policy/policy/usages/media/applicable_strategy/strategy = media
7 /Policy/policy/usages/voice_communication/applicable_strategy/strategy = phone
8 /Policy/policy/usages/voice_communication_signalling/applicable_strategy/strategy = dtmf
9 /Policy/policy/usages/alarm/applicable_strategy/strategy = sonification
10 /Policy/policy/usages/notification/applicable_strategy/strategy = sonification_respectful
11 /Policy/policy/usages/notification_telephony_ringtone/applicable_strategy/strategy = sonification
12 …/Policy/policy/usages/notification_communication_request/applicable_strategy/strategy = sonificati…
13 …/Policy/policy/usages/notification_communication_instant/applicable_strategy/strategy = sonificati…
14 …/Policy/policy/usages/notification_communication_delayed/applicable_strategy/strategy = sonificati…
[all …]
/frameworks/rs/cpp/
DScript.cpp57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) { in init() argument
58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages); in init()
DrsCppStructs.h1437 void init(sp<RS> rs, uint32_t dimx, uint32_t usages = 0);
/frameworks/rs/
DrsAllocation.cpp30 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation() argument
36 mHal.state.usageFlags = usages; in Allocation()
63 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() argument
75 if (usages & RS_ALLOCATION_USAGE_OEM) { in createAllocation()
77 a = new (allocMem) Allocation(rsc, type, usages, mc, nullptr); in createAllocation()
84 a = new (allocMem) Allocation(rsc, type, usages, mc, ptr); in createAllocation()
721 uint32_t usages, uintptr_t ptr) { in rsi_AllocationCreateTyped() argument
722 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps… in rsi_AllocationCreateTyped()
732 const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCreateFromBitmap() argument
735 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0); in rsi_AllocationCreateFromBitmap()
[all …]
DrsAllocation.h111 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
229 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
Drs.spec60 param uint32_t usages
70 param uint32_t usages
79 param uint32_t usages
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScript.java434 protected void init(RenderScript rs, int dimx, int usages) { in init() argument
435 … mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages); in init()
/frameworks/base/rs/java/android/renderscript/
DScript.java448 protected void init(RenderScript rs, int dimx, int usages) { in init() argument
451 Allocation.USAGE_SCRIPT | usages); in init()
/frameworks/rs/api/
Drs_object_types.spec114 These values are ORed together to specify which usages or memory spaces are
/frameworks/rs/scriptc/
Drs_object_types.rsh111 * These values are ORed together to specify which usages or memory spaces are
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd244 public ScriptField_Point(RenderScript rs, int count, int usages) {
248 init(rs, count, usages);
340 count, int usages)</code> constructor defines an extra parameter, <code>usages</code>, that
/frameworks/base/data/keyboards/
DGeneric.kl410 # Keys defined by HID usages
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd154 <p> These values are ORed together to specify which usages or memory spaces are
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd346 <p>To support audio conferencing and similar usages, an application instantiates
359 For more complex usages, please refer to the limitations described for
Dandroid-2.3.jd268 Developers can evaluate the network and disk usages issues raised in StrictMode
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd340 <p>You can see some sample usages of the LabelView custom View in