Searched refs:ask (Results 1 – 10 of 10) sorted by relevance
/system/core/logd/ |
D | logd_test.cpp | 512 std::string ask(command); in timeout_negative() local 521 size_t len = ask.length() + 1; in timeout_negative() 522 written = write(fd, ask.c_str(), len) == (ssize_t)len; in timeout_negative() 624 std::string ask = android::base::StringPrintf( in TEST() local 636 size_t len = ask.length() + 1; in TEST() 637 written = write(fd, ask.c_str(), len) == (ssize_t)len; in TEST() 747 static const char ask[] = "stream lids=0,1,2,3,4,5,6"; // all sources in TEST() local 748 bool reader_requested = write(fd, ask, sizeof(ask)) == sizeof(ask); in TEST()
|
/system/extras/simpleperf/doc/ |
D | inferno.md | 24 `android::SurfaceFlinger::onMessageReceived`. The most expensive task is to ask 85 ` -fomit-frame-pointer` in your build config. Alternatively, ask simpleperf to
|
D | README.md | 190 libraries on device, and ask simpleperf to use them when recording.
|
/system/extras/simpleperf/ |
D | report_sample.proto | 43 // By using '-e' option, we can ask simpleperf to record samples for one or more
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | perfetto.te | 46 # Allow perfetto to ask incidentd to start a report.
|
/system/sepolicy/private/ |
D | perfetto.te | 46 # Allow perfetto to ask incidentd to start a report.
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 163 possible. Hence, before including an external library, please ask the team for
|
/system/core/adb/ |
D | protocol.txt | 268 the client device could ask the host computer to setup inbound socket
|
/system/update_engine/ |
D | README.md | 554 payload generation process, ask yourself this question: Would it work on older
|
/system/core/init/ |
D | README.md | 625 been set up before those services ask for it. There must be a
|