Home
last modified time | relevance | path

Searched refs:components (Results 1 – 23 of 23) sorted by relevance

/system/core/adb/
Dcommandline.cpp1046 std::vector<std::string> components = android::base::Split(service, "-"); in wait_for_device() local
1047 if (components.size() < 3 || components.size() > 4) { in wait_for_device()
1054 if (components.size() == 3) { in wait_for_device()
1055 auto it = components.begin() + 2; in wait_for_device()
1057 components.insert(it, "usb"); in wait_for_device()
1059 components.insert(it, "local"); in wait_for_device()
1061 components.insert(it, "any"); in wait_for_device()
1063 } else if (components[2] != "any" && components[2] != "local" && components[2] != "usb") { in wait_for_device()
1065 components[2].c_str()); in wait_for_device()
1069 if (components[3] != "any" && components[3] != "bootloader" && components[3] != "device" && in wait_for_device()
[all …]
DOVERVIEW.TXT14 As a whole, everything works through the following components:
/system/core/libpixelflinger/include/pixelflinger/
Dformat.h123 uint16_t components; // GGLFormatComponents member
/system/core/metricsd/uploader/proto/
Duser_action_event.proto24 option java_package = "org.chromium.components.metrics";
DREADME20 https://chromium.googlesource.com/chromium/src/+/master/components/metrics/proto/
Dhistogram_event.proto23 option java_package = "org.chromium.components.metrics";
Dchrome_user_metrics_extension.proto25 option java_package = "org.chromium.components.metrics";
Dsystem_profile.proto24 option java_package = "org.chromium.components.metrics";
135 // configured system components such as CPU, WiFi adapter, etc.
/system/weaved/buffet/
Dmanager.h90 android::binder::Status getComponents(android::String16* components) override;
Dmanager.cc449 android::binder::Status Manager::getComponents(android::String16* components) { in getComponents() argument
450 *components = weaved::binder_utils::ToString16(device_->GetComponents()); in getComponents()
/system/tools/aidl/docs/
Daidl-cpp.md7 - the AIDL interface [definition language](http://developer.android.com/guide/components/aidl.html)
49 native components of the system without the Java.
/system/sepolicy/
Dpriv_app.te118 # Only trusted components of Android should be registering
Duntrusted_app.te128 # Only trusted components of Android should be registering
/system/core/metricsd/
DREADME.md9 Three components are provided to interact with `metricsd`: `libmetrics`,
/system/core/libpixelflinger/
Dbuffer.cpp181 if (f->components>=GGL_LUMINANCE && in write_pixel()
Dscanline.cpp356 if ((f->components == GGL_RGB) || in pick_scanline()
357 (f->components == GGL_RGBA) || in pick_scanline()
358 (f->components == GGL_LUMINANCE) || in pick_scanline()
359 (f->components == GGL_LUMINANCE_ALPHA)) in pick_scanline()
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp698 if (tmu.format.components != GGL_ALPHA && in filter8()
699 tmu.format.components != GGL_LUMINANCE) in filter8()
DGGLAssembler.cpp167 if (mCbFormat.components >= GGL_LUMINANCE && in scanline_core()
/system/sepolicy/tools/fc_sort/
DNOTICE162 form) with the major components (compiler, kernel, and so on) of the
/system/tpm/trunks/generator/
Draw_structures.txt12271 method indicator to indicate the components of the digest.
14367 When the object requires two components for its description, those components are loaded as separate
14369 components, the TPM will return them as separate parameters from the TPM2_Create() operation.
14442 components of the sensitive area of the object as follows:
14552 components.
Draw_structures_fixed.txt12309 method indicator to indicate the components of the digest.
14379 When the object requires two components for its description, those components are loaded as separate
14381 components, the TPM will return them as separate parameters from the TPM2_Create() operation.
14454 components of the sensitive area of the object as follows:
14564 components.
Draw_commands_fixed.txt4301 differentiate between mismatches of the components of inPublic.parameters.
Draw_commands.txt4299 differentiate between mismatches of the components of inPublic.parameters.