| /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
| android.hardware.neuralnetworks@1.0.so | |
| libnl.so | |
| /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
| android.hardware.neuralnetworks@1.0.so | |
| libnl.so | |
| /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/ |
| libhwbinder.so | |
| /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/ |
| libhwbinder.so | |
| /system/bt/embdrv/sbc/decoder/include/ |
| oi_status.h | 67 OI_BUSY_FAIL = 118, /**< command rejected due to busy */ 84 129, /**< Request failed/rejected because we're busy resetting. */ 192 busy or no buffers available */ [all...] |
| /system/bt/include/hardware/ |
| bt_gatt_client.h | 80 BT_GATTC_COMMAND_BUSY, /* 2 Device busy with another command */
|
| /system/bt/stack/avrc/ |
| avrc_sdp.cc | 119 /* check if it is busy */
|
| /system/bt/stack/gatt/ |
| gatt_sr.cc | 436 /* in theroy BUSY is not possible(should already been checked), protected 849 /* in theroy BUSY is not possible(should already been checked), protected 939 /* in theroy BUSY is not possible(should already been checked), protected [all...] |
| /system/core/logd/ |
| CommandListener.cpp | 98 cli->sendMsg(mBuf.clear((log_id_t)id, uid) ? "busy" : "success");
|
| /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/ |
| DxeMpLib.c | 472 @retval EFI_NOT_READY Any enabled APs are busy.
577 @retval EFI_NOT_READY The specified AP is busy.
639 @retval EFI_NOT_READY The specified AP is busy.
|
| /external/deqp/modules/gles3/functional/ |
| es3fFlushFinishTests.cpp | 639 m_testCtx.getLog() << TestLog::Message << int(WAIT_TIME_MS) << " ms busy wait" << TestLog::EndMessage; 681 m_testCtx.getLog() << TestLog::Message << "glFlush() followed by " << int(WAIT_TIME_MS) << " ms busy wait" << TestLog::EndMessage; 724 m_testCtx.getLog() << TestLog::Message << "glFinish() followed by " << int(WAIT_TIME_MS) << " ms busy wait" << TestLog::EndMessage;
|
| /external/syslinux/gpxe/src/drivers/net/ |
| prism2.c | 235 /* wait for the busy bit to clear */ 248 /* busy bit clear, write command */ 306 /* Wait for offset[busy] to clear (see BAP_TIMEOUT) */
|
| /frameworks/base/telephony/java/android/telephony/ |
| PreciseDisconnectCause.java | 51 public static final int BUSY = 17; 318 /** 486 : Busy Here 319 * 600 : Busy Everywhere
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| WeakHashMapTest.java | 203 // We use a busy wait loop here since we cannot know when the ReferenceQueue 311 // We use a busy wait loop here since we cannot know when the ReferenceQueue 397 // We use a busy wait loop here since we cannot know when the ReferenceQueue
|
| /packages/services/Telephony/src/com/android/phone/ |
| CallNotifier.java | 287 * disconnects, like "busy" or "congestion" or "call ended", you 429 // Using the ToneGenerator (with the CALL_WAITING / BUSY / 510 // *after* a call disconnects, like "busy" or "congestion" or [all...] |
| /system/nfc/src/nfc/llcp/ |
| llcp_util.cc | 218 /* set flag to clear local busy status on data link connections */ 769 /* if no indication of change in local busy or rx congestion */ 776 /* if rx flow off because of local busy or congestion */
|
| /external/autotest/client/tests/aiostress/ |
| aio-stress.c | 204 int busy; member in struct:io_unit 376 /* worker func to check the busy bits and get an io unit ready for use */ 378 if (io->busy == IO_PENDING) 381 io->busy = IO_PENDING; 457 io->busy = IO_FREE; [all...] |
| /external/libmtp/logs/ |
| mtp-detect-samsung-gt-s7710.txt | 8 inep: usb_get_endpoint_status(): Device or resource busy 9 outep: usb_get_endpoint_status(): Device or resource busy 10 usb_clear_halt() on IN endpoint: Device or resource busy 11 usb_clear_halt() on OUT endpoint: Device or resource busy 12 usb_clear_halt() on INTERRUPT endpoint: Device or resource busy [all...] |
| /external/ltp/testcases/kernel/io/ltp-aiodio/ |
| aio-stress.c | 206 int busy; member in struct:io_unit 383 /* worker func to check the busy bits and get an io unit ready for use */ 386 if (io->busy == IO_PENDING) 389 io->busy = IO_PENDING; 471 io->busy = IO_FREE; [all...] |
| /external/libdrm/intel/ |
| intel_bufmgr_gem.c | 663 struct drm_i915_gem_busy busy; local 669 memclear(busy); 670 busy.handle = bo_gem->gem_handle; 672 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GEM_BUSY, &busy); 674 bo_gem->idle = !busy.busy; 675 return busy.busy; 679 return (ret == 0 && busy.busy); [all...] |
| /external/sqlite/dist/orig/ |
| sqlite3.h | [all...] |
| /external/sqlite/dist/ |
| sqlite3.h | [all...] |
| /external/mesa3d/src/gallium/drivers/svga/include/ |
| svga_reg.h | 859 * it will write once to SYNC then poll on the BUSY 860 * register. The FIFO is sync'ed once BUSY is zero. 863 * it will write once to SYNC without polling on BUSY. 870 * trigger a read from BUSY. This causes us to synchronously 874 * will *not* implicitly cause a read from BUSY. Instead, it [all...] |