/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/ |
D | strategy_for_usage.pfw | 5 /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/ |
D | Script.cpp | 57 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()
|
D | rsCppStructs.h | 1437 void init(sp<RS> rs, uint32_t dimx, uint32_t usages = 0);
|
/frameworks/rs/ |
D | rsAllocation.cpp | 30 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 …]
|
D | rsAllocation.h | 111 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages, 229 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
D | rs.spec | 60 param uint32_t usages 70 param uint32_t usages 79 param uint32_t usages
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Script.java | 434 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/ |
D | Script.java | 448 protected void init(RenderScript rs, int dimx, int usages) { in init() argument 451 Allocation.USAGE_SCRIPT | usages); in init()
|
/frameworks/rs/api/ |
D | rs_object_types.spec | 114 These values are ORed together to specify which usages or memory spaces are
|
/frameworks/rs/scriptc/ |
D | rs_object_types.rsh | 111 * These values are ORed together to specify which usages or memory spaces are
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | advanced.jd | 244 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/ |
D | Generic.kl | 410 # Keys defined by HID usages
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_types.jd | 154 <p> These values are ORed together to specify which usages or memory spaces are
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 346 <p>To support audio conferencing and similar usages, an application instantiates 359 For more complex usages, please refer to the limitations described for
|
D | android-2.3.jd | 268 Developers can evaluate the network and disk usages issues raised in StrictMode
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 340 <p>You can see some sample usages of the LabelView custom View in
|