/system/core/adb/daemon/ |
D | framebuffer_service.cpp | 73 if (pid < 0) goto done; in framebuffer_service() 89 if(!ReadFdExactly(fd_screencap, &w, 4)) goto done; in framebuffer_service() 90 if(!ReadFdExactly(fd_screencap, &h, 4)) goto done; in framebuffer_service() 91 if(!ReadFdExactly(fd_screencap, &f, 4)) goto done; in framebuffer_service() 92 if(!ReadFdExactly(fd_screencap, &c, 4)) goto done; in framebuffer_service() 169 goto done; in framebuffer_service() 173 if (!WriteFdExactly(fd.get(), &fbinfo, sizeof(fbinfo))) goto done; in framebuffer_service() 180 if(!ReadFdExactly(fd_screencap, buf, bsize)) goto done; in framebuffer_service() 181 if (!WriteFdExactly(fd.get(), buf, bsize)) goto done; in framebuffer_service() 184 done: in framebuffer_service()
|
/system/core/libusbhost/ |
D | usbhost.c | 104 int done = 0; in find_existing_devices_bus() local 109 while ((de = readdir(devdir)) && !done) { in find_existing_devices_bus() 113 done = added_cb(devname, client_data); in find_existing_devices_bus() 117 return done; in find_existing_devices_bus() 127 int done = 0; in find_existing_devices() local 132 while ((de = readdir(busdir)) != 0 && !done) { in find_existing_devices() 136 done = find_existing_devices_bus(busname, added_cb, in find_existing_devices() 141 return done; in find_existing_devices() 196 int done = 0; in usb_host_load() local 216 return done; in usb_host_load() [all …]
|
/system/core/libdiskconfig/ |
D | diskutils.c | 41 int done = 0; in write_raw_image() local 62 while (!done) { in write_raw_image() 73 done = 1; in write_raw_image() 97 if (!done) { in write_raw_image()
|
/system/nfc/src/nfa/sys/ |
D | nfa_sys_main.cc | 149 uint8_t done = true; in nfa_sys_check_disabled() local 155 done = false; in nfa_sys_check_disabled() 161 if ((done) && (nfa_sys_cb.is_reg[NFA_ID_DM])) { in nfa_sys_check_disabled() 265 bool done = true; in nfa_sys_disable_subsystems() local 275 done = false; in nfa_sys_disable_subsystems() 288 if ((done) && (nfa_sys_cb.is_reg[NFA_ID_DM])) { in nfa_sys_disable_subsystems()
|
/system/chre/platform/slpi/ |
D | debug_dump.cc | 54 bool commitDebugDump(uint32_t handle, const char *debugStr, bool done) { in commitDebugDump() argument 56 return ashCommitDebugDump(handle, debugStr, done); in commitDebugDump()
|
/system/core/libcutils/ |
D | trace-dev.cpp | 37 goto done; in atrace_init_once() 42 done: in atrace_init_once()
|
D | trace-container.cpp | 102 goto done; in atrace_init_once() 107 done: in atrace_init_once()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_helper | 116 done 123 done 124 done 133 done
|
/system/core/libpixelflinger/arch-mips64/ |
D | col32cb16blend.S | 64 beqz $a2,done 96 beqz $a2,done 106 done: label
|
D | t32cb16blend.S | 91 beqz $a2,done 152 beqz $a2,done 163 done: label
|
/system/netd/resolv/ |
D | res_query.cpp | 248 int done = 0; in res_nsearch() local 259 for (domain = (const char* const*) statp->dnsrch; *domain && !done; domain++) { in res_nsearch() 302 done++; in res_nsearch() 308 if ((statp->options & RES_DNSRCH) == 0U) done++; in res_nsearch()
|
/system/bt/test/ |
D | README.md | 12 ## After you're done 80 Probably not. See [After you're done](#After-you're-done)
|
/system/core/libpixelflinger/arch-mips/ |
D | col32cb16blend.S | 70 beqz $a2,done 122 beqz $a2,done 132 done: label
|
D | t32cb16blend.S | 193 beqz $a2,done 254 beqz $a2,done 265 done: label
|
/system/core/base/ |
D | properties.cpp | 110 bool done; member 118 data->done = true; in WaitForPropertyCallback() 175 data.done = false; in WaitForProperty() 180 if (data.done) return true; in WaitForProperty()
|
/system/media/audio_utils/ |
D | README.md | 8 * when done: rm -rf html
|
/system/chre/platform/slpi/include/chre/platform/slpi/ |
D | debug_dump.h | 110 bool commitDebugDump(uint32_t handle, const char *debugStr, bool done);
|
/system/extras/puncture_fs/ |
D | puncture_fs.c | 101 goto done; in create_unique_file() 111 goto done; in create_unique_file() 113 done: in create_unique_file()
|
/system/core/adb/ |
D | fdevent_test.cpp | 271 done, in TEST_F() enumerator 293 event = TimeoutEvent::done; in TEST_F() 308 if (event == TimeoutEvent::done) { in TEST_F() 334 ASSERT_EQ(TimeoutEvent::done, test.events[3].first); in TEST_F()
|
/system/extras/boottime_tools/bootio/ |
D | README.md | 20 forget to delete it when you're done collecting data.
|
/system/extras/f2fs_utils/ |
D | f2fs_sparseblock.c | 544 int done; member 559 if (pdone > d->done) { in copy_used() 560 d->done = pdone; in copy_used() 561 printf("Done with %d percent\n", d->done); in copy_used() 620 d.done = 0; in main()
|
/system/extras/ioblame/ |
D | README | 20 the aggregate amount of IO done to the file by all pids). 89 Finally, it reports the total amount of file data IO done by pids and 90 the total IO done to the block device. So we can look at IO overheads 115 OK to kill sleep when test is done 118 (at this point, run your apps, when done type ^C ONCE) and output will 142 # echo "OK to kill sleep when test is done"
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java | 33 done
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 728 goto done; in bta_gattc_cache_load() 733 goto done; in bta_gattc_cache_load() 739 goto done; in bta_gattc_cache_load() 747 goto done; in bta_gattc_cache_load() 753 done: in bta_gattc_cache_load()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | asan_extract.te | 34 # We need to signal a reboot when done.
|