/system/weaved/libweaved/ |
D | service.cc | 179 bool AddComponent(const std::string& component, 182 void AddCommandHandler(const std::string& component, 186 bool SetStateProperties(const std::string& component, 189 bool SetStateProperty(const std::string& component, 242 std::string component; member 309 bool ServiceImpl::AddComponent(const std::string& component, in AddComponent() argument 319 return StatusToError(weave_service_->addComponent(to_string16(component), in AddComponent() 324 void ServiceImpl::AddCommandHandler(const std::string& component, in AddCommandHandler() argument 328 CHECK(!component.empty() && !command_name.empty()); in AddCommandHandler() 335 entry.component = component; in AddCommandHandler() [all …]
|
D | service.h | 61 virtual bool AddComponent(const std::string& component, 69 virtual void AddCommandHandler(const std::string& component, 76 virtual bool SetStateProperties(const std::string& component, 84 virtual bool SetStateProperty(const std::string& component,
|
D | command.cc | 77 std::string component; in GetComponent() local 80 component.assign(ToString(component16)); in GetComponent() 81 return component; in GetComponent()
|
D | README.md | 13 create their component, register command handlers and update the state.
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 263 explicit component_t(const pixel_t& rhs, int component) { in component_t() 265 rhs.format.c[component].l, in component_t() 266 rhs.format.c[component].h, in component_t() 366 const pixel_t& texel, int component); 370 const pixel_t& texel, int component); 374 const pixel_t& texel, int component, int tmu); 378 const pixel_t& texel, int component); 383 void extract(integer_t& d, const pixel_t& s, int component); 384 void extract(component_t& d, const pixel_t& s, int component); 389 void downshift(pixel_t& d, int component, component_t s, const reg_t& dither); [all …]
|
D | blending.cpp | 33 int component, in build_fog() argument 36 if (mInfo[component].fog) { in build_fog() 48 immed12_pre(GGL_OFFSETOF(state.fog.color[component]))); in build_fog() 66 int component, in build_blending() argument 69 if (!mInfo[component].blend) in build_blending() 72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_blending() 73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in build_blending() 74 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) in build_blending() 123 extract(fb, pixel, component); in build_blending() 171 component, pixel, fragment, fb, scratches); in build_blending() [all …]
|
D | GGLAssembler.cpp | 457 int component, in build_component() argument 461 comment(comments[component]); in build_component() 465 const int dst_component_size = pixel.component_size(component); in build_component() 469 parts, component, scratches, regs); in build_component() 471 if (mInfo[component].inDest) { in build_component() 474 build_blending( temp, mDstPixel, component, scratches ); in build_component() 477 downshift(pixel, component, temp, parts.dither); in build_component() 485 int component, in build_incoming_component() argument 489 const uint32_t component_mask = 1<<component; in build_incoming_component() 492 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_incoming_component() [all …]
|
D | texturing.cpp | 179 int component, in build_iterated_color() argument 184 if (!mInfo[component].iterated) in build_iterated_color() 189 extract(fragment, parts.iterated, component); in build_iterated_color() 200 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c); in build_iterated_color() 201 CONTEXT_LOAD(dx, generated_vars.argb[component].dx); in build_iterated_color() 203 CONTEXT_STORE(dx, generated_vars.argb[component].c); in build_iterated_color() 205 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c); in build_iterated_color() 211 fragment.reg = parts.argb[component].reg; in build_iterated_color() 214 if (mInfo[component].smooth && mAA) { in build_iterated_color() 978 int component, in build_texture_environment() argument [all …]
|
D | load_store.cpp | 142 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() argument 145 s.format.c[component].h, in extract() 146 s.format.c[component].l, in extract() 150 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() argument 154 s.format.c[component].h, in extract() 155 s.format.c[component].l, in extract() 229 pixel_t& d, int component, component_t s, const reg_t& dither) in downshift() argument 240 int dh = d.format.c[component].h; in downshift() 241 int dl = d.format.c[component].l; in downshift()
|
/system/update_engine/payload_generator/ |
D | tarjan.cc | 68 vector<Vertex::Index> component; in Tarjan() local 73 component.push_back(other_vertex); in Tarjan() 76 if (utils::VectorContainsValue(component, required_vertex_)) { in Tarjan() 78 component.swap(components_.back()); in Tarjan()
|
/system/weaved/buffet/ |
D | binder_weave_service.cc | 59 const android::String16& component, in registerCommandHandler() argument 61 std::string component_name = ToString(component); in registerCommandHandler() 71 const android::String16& component, in updateState() argument 74 return ToStatus(device_->SetStatePropertiesFromJson(ToString(component), in updateState()
|
D | binder_weave_service.h | 52 const android::String16& component, 55 const android::String16& component,
|
D | binder_command_proxy.cc | 58 android::String16* component) { in getComponent() argument 62 *component = ToString16(command->GetComponent()); in getComponent()
|
D | binder_command_proxy.h | 37 android::binder::Status getComponent(android::String16* component) override;
|
/system/weaved/brillo/android/weave/ |
D | IWeaveService.aidl | 21 void registerCommandHandler(in String component, in String command); in registerCommandHandler() argument 22 void updateState(in String component, in String state); in updateState() argument
|
/system/core/libmemunreachable/ |
D | Tarjan.h | 113 SCC<T> component{components_.get_allocator()}; in Tarjan() 118 component.push_back(other_vertex); in Tarjan() 121 components_.emplace_back(component); in Tarjan()
|
/system/connectivity/shill/net/ |
D | libshill-net.pc.in | 4 Description: Shill networking component interface library
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 1 # Configuration file for the update-manager component of update_engine.
|
/system/core/include/system/ |
D | graphics.h | 535 android_flex_component_t component; member
|
/system/core/metricsd/uploader/proto/ |
D | chrome_user_metrics_extension.proto | 41 // Product so that downstream users of the Chromium metrics component can
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 2 A component-ized tool for performing various kinds of analysis on a
|
/system/update_engine/ |
D | update_engine.gyp | 123 # The payload application component and common dependencies.
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 163 operating system on which the executable runs, unless that component
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 1475 brackets may be either an integer value such as “[20]” or the name of a component of the same struc… 11887 Clock will be non-volatile but may have a volatile component that is updated every millisecond with… 11888 non-volatile component updated at a lower rate. If the implementation uses a volatile component, th… 11889 volatile component shall be updated no less frequently than every 2 milliseconds (~69.9 minutes). T… 16012 changes to the component values will invalidate the context and prevent it from being loaded.
|
D | raw_structures.txt | 1475 brackets may be either an integer value such as “[20]” or the name of a component of the same struc… 11851 Clock will be non-volatile but may have a volatile component that is updated every millisecond with… 11852 non-volatile component updated at a lower rate. If the implementation uses a volatile component, th… 11853 volatile component shall be updated no less frequently than every 2 milliseconds (~69.9 minutes). T… 16021 changes to the component values will invalidate the context and prevent it from being loaded.
|