Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 120) sorted by relevance

12345

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dauto_goldfish_dma_context.cpp18 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/
Dutils.mk2 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/
Dutils.mk2 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/
Dutils.mk2 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/
Dcommand_parser.cpp80 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/
DrilSocketQueue.h77 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/
Ddevice_handler.cpp31 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/
Dwifi_command.cpp82 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/
Dxf-msg.h114 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/
DCMakeLists.txt5 set(gralloc_cb_host_src empty.cpp)
6 android_add_library(TARGET gralloc_cb_host LICENSE Apache-2.0 SRC empty.cpp)
DAndroid.mk6 LOCAL_SRC_FILES := empty.cpp
/device/amlogic/yukawa/hal/bootctrl/
Dbootloader_message.cpp127 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/
Dthread_safe_queue.h45 while (items_.empty()) { in Pop()
55 while (items_.empty()) { in PopAll()
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc107 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/
Dplay_audio.cpp100 if (encoded.empty()) { in main()
104 if (decoded.empty()) { in main()
/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp121 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/
DAndroidSubAllocator.cpp181 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/
Drebuild.sh62 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/
DGoldfishAVCDec.cpp251 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/
DHealthService.cpp103 if (lines.empty()) { in get_storage_info()
119 if (lines.empty()) { in get_storage_info()
/device/generic/goldfish/wifi/createns/
Dcreatens.cpp100 if (path.empty()) { in writeNamespacePid()
238 if (path.empty()) { in main()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp174 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/
DDumpstateDevice.cpp113 if (modemLogDir.empty()) { in dumpModem()
120 if (filePrefix.empty()) { in dumpModem()
290 if (!bootdev.empty()) { in DumpUFS()
/device/google/bonito/dumpstate/
DDumpstateDevice.cpp117 if (modemLogDir.empty()) { in dumpModemThread()
124 if (filePrefix.empty()) { in dumpModemThread()
305 if (!bootdev.empty()) { in DumpeMMC()
/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp225 if (minors.empty()) continue; in TEST()
255 ASSERT_FALSE(iface.types.empty()) << iface.name; // sanity in TEST()

12345