Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 56) sorted by relevance

123

/device/google/cuttlefish/host/libs/audio_connector/
Dcommands.cpp34 JackInfoCommand::JackInfoCommand(uint32_t start_id, size_t count, in JackInfoCommand()
53 ChmapInfoCommand::ChmapInfoCommand(uint32_t start_id, size_t count, in ChmapInfoCommand()
78 StreamInfoCommand::StreamInfoCommand(uint32_t start_id, size_t count, in StreamInfoCommand()
Dcommands.h45 InfoCommand(AudioCommandType type, uint32_t start_id, size_t count, R* reply) in InfoCommand()
52 uint32_t count() const { return count_; } in count() function
/device/google/cuttlefish/common/libs/fs/
Dshared_fd_stream.cpp60 std::streamsize SharedFDStreambuf::xsgetn(char* dst, std::streamsize count) { in xsgetn()
88 std::streamsize count) { in xsputn()
Dshared_buf.cc115 std::string RecvAll(SharedFD sock, const size_t count) { in RecvAll()
/device/generic/car/emulator/audio/driver/
Dext_pcm.c109 const void *data, unsigned int count) { in mixer_pipeline_write()
170 int count = ext_pcm->ref_count -= 1; in ext_pcm_close() local
207 const void *data, unsigned int count) { in ext_pcm_write()
/device/generic/goldfish/hals/camera/
Dmetadata_utils.h36 unsigned count = 0; member
/device/google/contexthub/firmware/lib/libc/
Dcrt.c27 const int32_t count = step > 0 ? end - start : start - end; in callVectors() local
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DNotificationsLaunchItem.java26 public void setNotificationsCount(int count) { in setNotificationsCount()
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DFakeMdnsOffloadService.java107 int count = mHitCounters.getOrDefault(recordKey, 0); in getAndResetHitCounter() local
114 int count = mMissCounter; in getAndResetMissCounter() local
/device/linaro/dragonboard/shared/utils/qrtr/src/
Dmap.h12 unsigned int count; member
Dwaiter.c46 static struct pollset *pollset_create(int count) in pollset_create()
129 int count; member
/device/google/cuttlefish/tests/ril/src/com/android/cuttlefish/ril/tests/
DRilE2eTests.java88 int count = MAX_POLL_DISABLED_WIFI_COUNT; in disableWifi() local
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DSQLiteContentProvider.java150 int count = 0; in update() local
174 int count = 0; in delete() local
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.h34 size_t count; member
/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp129 auto count = sock->Read(just_read.data(), just_read.size()); in RecvUptimeResult() local
160 auto count = sock->Read(just_read.data(), just_read.size()); in RecvGetStatusResult() local
/device/google/cuttlefish/tests/reliability/src/com/android/cuttlefish/tests/
DCuttlefishReliabilityTest.java88 AtomicInteger count = new AtomicInteger(0); in testCuttlefishBootReliability() local
/device/google/cuttlefish/guest/libs/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c64 int wpa_driver_set_p2p_noa(void* priv, u8 count, int start, int duration) { in wpa_driver_set_p2p_noa()
/device/google/cuttlefish/guest/hals/rild/
Drild_cuttlefish.c84 int count = 1; in make_argv() local
/device/generic/goldfish/wifi/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c59 UNUSED_ARG u8 count, in wpa_driver_set_p2p_noa()
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c161 void time_sync_hold(time_sync_t *sync, uint8_t count) { in time_sync_hold()
/device/google/contexthub/firmware/os/inc/
Disr.h81 int count = 0; in unchainIsrAll() local
/device/generic/goldfish-opengl/system/hwc3/
DDisplayFinder.cpp55 int count = rcEnc->rcGetFBDisplayConfigsCount(rcEnc); in findGoldfishPrimaryDisplay() local
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp61 ssize_t count = TEMP_FAILURE_RETRY(read(from_fd, buf, kBufferSize)); in forward() local
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DConnectedDevicesPreferenceFragment.java160 int count = category.getPreferenceCount(); in getBtDevices() local
262 int count = updatingDevices.size(); in updateBtDevices() local
/device/google/contexthub/sensorhal/
Dsensors.cpp102 int SensorContext::poll(sensors_event_t *data, int count) { in poll()
173 struct sensors_poll_device_t *dev, sensors_event_t *data, int count) { in PollWrapper()

123