/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | auto_goldfish_dma_context.cpp | 18 goldfish_dma_context empty() { in empty() function 38 AutoGoldfishDmaContext::AutoGoldfishDmaContext() : m_ctx(empty()) {} in AutoGoldfishDmaContext() 42 *ctx = empty(); in AutoGoldfishDmaContext() 53 *ctx = empty(); in reset() 55 m_ctx = empty(); in reset() 61 m_ctx = empty(); in release()
|
/device/google/bonito/ |
D | utils.mk | 2 colon := $(empty):$(empty) 3 underscore := $(empty)_$(empty) 16 $(if $(or $(subst $(1),$(empty),$(2)),$(subst $(2),$(empty),$(1))),,true) \ 131 $(eval delim_a := $(empty)a$(empty)) \ 183 $(eval acn := $(empty)) \
|
/device/google/crosshatch/ |
D | utils.mk | 2 colon := $(empty):$(empty) 3 underscore := $(empty)_$(empty) 16 $(if $(or $(subst $(1),$(empty),$(2)),$(subst $(2),$(empty),$(1))),,true) \ 131 $(eval delim_a := $(empty)a$(empty)) \ 183 $(eval acn := $(empty)) \
|
/device/google/wahoo/ |
D | utils.mk | 2 colon := $(empty):$(empty) 3 underscore := $(empty)_$(empty) 16 $(if $(or $(subst $(1),$(empty),$(2)),$(subst $(2),$(empty),$(1))),,true) \ 131 $(eval delim_a := $(empty)a$(empty)) \ 183 $(eval acn := $(empty)) \
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | command_parser.cpp | 80 if (snumber.empty()) return -1; in parse_int() 100 if (command_.empty()) { in GetNextInt() 116 if (command_.empty()) { in GetNextHexInt()
|
/device/generic/goldfish/radio/libril/ |
D | rilSocketQueue.h | 77 int empty(void); 106 while(empty()) { in dequeue() 160 int Ril_queue<T>::empty(void) { in empty() function
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/ |
D | device_handler.cpp | 31 if (!device_id_.empty() && registry_) { in ~DeviceHandler() 56 if (!device_id_.empty()) { in HandleRegistrationRequest() 62 message[webrtc_signaling::kDeviceIdField].asString().empty()) { in HandleRegistrationRequest()
|
/device/generic/goldfish/network/netmgr/commands/ |
D | wifi_command.cpp | 82 if (subCommand.empty()) { in onCommand() 87 if (subArgs.empty()) { in onCommand() 139 if (!ap.second.password.empty()) { in writeConfig() 163 if (ap.ifName.empty()) { in onAdd()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-msg.h | 114 int empty = (queue->head == NULL); in xf_msg_enqueue() local 119 if (empty) in xf_msg_enqueue() 128 return empty; in xf_msg_enqueue()
|
/device/generic/goldfish-opengl/shared/gralloc_cb/ |
D | CMakeLists.txt | 5 set(gralloc_cb_host_src empty.cpp) 6 android_add_library(TARGET gralloc_cb_host LICENSE Apache-2.0 SRC empty.cpp)
|
D | Android.mk | 6 LOCAL_SRC_FILES := empty.cpp
|
/device/amlogic/yukawa/hal/bootctrl/ |
D | bootloader_message.cpp | 127 if (misc_blk_device.empty()) return ""; in get_bootloader_message_blk_device() 140 if (misc_blk_device.empty()) { in read_bootloader_message() 160 if (misc_blk_device.empty()) { in write_bootloader_message() 227 if (misc_blk_device.empty()) { in read_wipe_package() 237 if (misc_blk_device.empty()) { in write_wipe_package()
|
/device/google/cuttlefish/common/libs/thread_safe_queue/ |
D | thread_safe_queue.h | 45 while (items_.empty()) { in Pop() 55 while (items_.empty()) { in PopAll()
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | fetch_cvd.cc | 107 if (files.empty()) { in download_images() 273 if (host_package_files.empty()) { in FetchCvdMain() 286 if (ota_tools_files.empty()) { in FetchCvdMain() 294 if (image_files.empty()) { in FetchCvdMain() 310 if (target_files.empty()) { in FetchCvdMain() 326 if (image_files.empty()) { in FetchCvdMain() 343 if (target_files.empty()) { in FetchCvdMain()
|
/device/google/cuttlefish/tools/play_audio/ |
D | play_audio.cpp | 100 if (encoded.empty()) { in main() 104 if (decoded.empty()) { in main()
|
/device/google/cuttlefish/host/frontend/adb_connector/ |
D | adb_connection_maintainer.cpp | 121 return !str.empty() && std::all_of(str.begin(), str.end(), in IsInteger() 148 } while (!just_read.empty()); in RecvUptimeResult() 150 if (uptime_vec.empty()) { in RecvUptimeResult()
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | AndroidSubAllocator.cpp | 181 bool empty() const { in empty() function in android::base::guest::SubAllocator::Impl 234 bool SubAllocator::empty() const { in empty() function in android::base::guest::SubAllocator 235 return mImpl->empty(); in empty()
|
/device/google/cuttlefish_vmm/ |
D | rebuild.sh | 62 echo Option --docker_image must not be empty 1>&1 66 echo Options --docker_container must not be empty 1>&2 70 echo Options --docker_user must not be empty 1>&2 74 echo Options --docker_uid must not be empty 1>&2
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.cpp | 251 if (!mCsd0.empty() && !mCsd1.empty()) { in onPortFlushCompleted() 316 while (!outQueue.empty()) { in onQueueFilled() 322 if (!inQueue.empty()) { in onQueueFilled() 383 if (mCsd0.empty()) { in onQueueFilled() 385 } else if (mCsd1.empty()) { in onQueueFilled()
|
/device/google/wahoo/health/ |
D | HealthService.cpp | 103 if (lines.empty()) { in get_storage_info() 119 if (lines.empty()) { in get_storage_info()
|
/device/generic/goldfish/wifi/createns/ |
D | createns.cpp | 100 if (path.empty()) { in writeNamespacePid() 238 if (path.empty()) { in main()
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | GoldfishVPX.cpp | 174 while (!outQueue.empty()) { in outputBuffers() 228 if (!outQueue.empty()) { in outputBuffers() 281 while ((mEOSStatus == INPUT_EOS_SEEN || !inQueue.empty()) in onQueueFilled() 282 && !outQueue.empty()) { in onQueueFilled()
|
/device/google/crosshatch/dumpstate/ |
D | DumpstateDevice.cpp | 113 if (modemLogDir.empty()) { in dumpModem() 120 if (filePrefix.empty()) { in dumpModem() 290 if (!bootdev.empty()) { in DumpUFS()
|
/device/google/bonito/dumpstate/ |
D | DumpstateDevice.cpp | 117 if (modemLogDir.empty()) { in dumpModemThread() 124 if (filePrefix.empty()) { in dumpModemThread() 305 if (!bootdev.empty()) { in DumpeMMC()
|
/device/google/cuttlefish/tests/hal/ |
D | hal_implementation_test.cpp | 225 if (minors.empty()) continue; in TEST() 255 ASSERT_FALSE(iface.types.empty()) << iface.name; // sanity in TEST()
|