Searched refs:Restriction (Results 1 – 19 of 19) sorted by relevance
/frameworks/rs/toolkit/ |
D | RenderScriptToolkit.h | 39 struct Restriction { struct 193 size_t sizeX, size_t sizeY, const Restriction* _Nullable restriction = nullptr); 224 size_t vectorSize, int radius, const Restriction* _Nullable restriction = nullptr); 318 const Restriction* _Nullable restriction = nullptr); 351 const Restriction* _Nullable restriction = nullptr); 355 const Restriction* _Nullable restriction = nullptr); 382 size_t vectorSize, const Restriction* _Nullable restriction = nullptr); 414 const Restriction* _Nullable restriction = nullptr); 445 const Restriction* _Nullable restriction = nullptr); 477 const Restriction* _Nullable restriction = nullptr); [all …]
|
D | Histogram.cpp | 45 uint32_t threadCount, const Restriction* restriction); 64 const Restriction* restriction); 72 uint32_t threadCount, const Restriction* restriction) in HistogramTask() 155 const Restriction* restriction) in HistogramDotTask() 248 size_t vectorSize, const Restriction* restriction) { in histogram() 266 const Restriction* restriction) { in histogramDot()
|
D | TaskProcessor.h | 81 const struct Restriction* mRestriction; 113 const Restriction* restriction) in Task()
|
D | Lut.cpp | 43 const Restriction* restriction) in LutTask() 70 const uint8_t* alpha, const Restriction* restriction) { in lut()
|
D | Utils.cpp | 48 bool validRestriction(const char* tag, size_t sizeX, size_t sizeY, const Restriction* restriction) { in validRestriction()
|
D | Utils.h | 133 struct Restriction; 135 bool validRestriction(const char* tag, size_t sizeX, size_t sizeY, const Restriction* restriction);
|
D | Lut3d.cpp | 57 const Restriction* restriction) in Lut3dTask() 169 size_t cubeSizeZ, const Restriction* restriction) { in lut3d()
|
D | Convolve3x3.cpp | 50 const float* coefficients, const Restriction* restriction) in Convolve3x3Task() 248 const Restriction* restriction) { in convolve3x3()
|
D | Blend.cpp | 49 size_t sizeY, const Restriction* restriction) in BlendTask() 358 size_t sizeY, const Restriction* restriction) { in blend()
|
D | Blur.cpp | 69 uint32_t threadCount, float radius, const Restriction* restriction) in BlurTask() 526 size_t vectorSize, int radius, const Restriction* restriction) { in blur()
|
D | Convolve5x5.cpp | 51 const float* coefficients, const Restriction* restriction) in Convolve5x5Task() 334 const Restriction* restriction) { in convolve5x5()
|
D | JniEntryPoints.cpp | 161 Restriction restriction; 186 Restriction* get() { return isNull ? nullptr : &restriction; } in get()
|
D | ColorMatrix.cpp | 206 const Restriction* restriction) in ColorMatrixTask() 1042 const Restriction* restriction) {
|
D | Resize.cpp | 60 const Restriction* restriction) in ResizeTask() 752 size_t outputSizeY, const Restriction* restriction) { in resize()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AudioRestrictionManager.java | 37 final SparseArray<SparseArray<Restriction>> mZenModeAudioRestrictions = new SparseArray<>(); 64 private static final class Restriction { class in AudioRestrictionManager 95 final SparseArray<Restriction> usageRestrictions = mZenModeAudioRestrictions.get(code); in checkZenModeRestrictionLocked() 97 final Restriction r = usageRestrictions.get(usage); in checkZenModeRestrictionLocked() 108 SparseArray<Restriction> usageRestrictions = mZenModeAudioRestrictions.get(code); in setZenModeAudioRestriction() 110 usageRestrictions = new SparseArray<Restriction>(); in setZenModeAudioRestriction() 115 final Restriction r = new Restriction(); in setZenModeAudioRestriction() 155 final SparseArray<Restriction> restrictions = mZenModeAudioRestrictions.valueAt(o); in dump() 165 Restriction r = restrictions.valueAt(i); in dump()
|
/frameworks/proto_logging/stats/atoms/telephony/qns/ |
D | qns_extension_atoms.proto | 151 // Restriction on wlan caused by RTP threshold breached 154 // Restriction on wwan caused by RTP threshold breached 157 // Restriction on wlan caused by IMS registration fail 160 // Restriction on wlan caused by Wifi backhaul problem.
|
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | test_external.proto | 211 // Restriction category on atom field 349 // Restriction category on atom field
|
D | test.proto | 211 // Restriction category on atom field 349 // Restriction category on atom field
|
/frameworks/base/services/ |
D | art-wear-profile | 7867 PLcom/android/server/appop/AudioRestrictionManager$Restriction;-><clinit>()V 7868 PLcom/android/server/appop/AudioRestrictionManager$Restriction;-><init>()V 7869 …rver/appop/AudioRestrictionManager$Restriction;-><init>(Lcom/android/server/appop/AudioRestriction…
|