Home
last modified time | relevance | path

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

123456

/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()
/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/google/gs-common/powerstats/
DDvfsStateResidencyDataProvider.cpp61 uint64_t *count) { in parseState()
95 uint64_t duration, count; in getStateResidencies() local
DCpupmStateResidencyDataProvider.cpp65 char const *line, uint64_t *duration, uint64_t *count) { in parseState()
105 uint64_t duration, count, sleepDurationMs = 0; in getStateResidencies() local
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp69 uint32_t count, in allocate()
93 uint32_t count, in allocateImpl()
257 const uint32_t count, in allocateImpl2()
/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/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/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DNotificationsLaunchItem.java26 public void setNotificationsCount(int count) { in setNotificationsCount()
/device/google/contexthub/firmware/lib/libc/
Dcrt.c27 const int32_t count = step > 0 ? end - start : start - end; in callVectors() local
/device/generic/goldfish/camera/
Dmetadata_utils.h36 unsigned count = 0; member
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp211 static void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* indices, GLuint) { in glDrawElementsData()
215 static void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset) { in glDrawElementsOffset()
224 static void glGetCompressedTextureFormats(int count, GLint* formats) { in glGetCompressedTextureFormats()
324 static void glDrawElementsInstancedDataAEMU(GLenum mode, GLsizei count, GLenum type, in glDrawElementsInstancedDataAEMU() argument
329 static void glDrawElementsInstancedOffsetAEMU(GLenum mode, GLsizei count, GLenum type, in glDrawElementsInstancedOffsetAEMU()
335 static void glDrawRangeElementsDataAEMU(GLenum mode, GLuint start, GLuint end, GLsizei count, in glDrawRangeElementsDataAEMU() argument
340 static void glDrawRangeElementsOffsetAEMU(GLenum mode, GLuint start, GLuint end, GLsizei count, in glDrawRangeElementsOffsetAEMU()
386 static std::vector<std::string> sUnpackVarNames(GLsizei count, const char* packedNames) { in sUnpackVarNames()
475 static void glTransformFeedbackVaryingsAEMU(GLuint program, GLsizei count, in glTransformFeedbackVaryingsAEMU()
/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/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_entry.cpp67 void fooInout(uint32_t* count) in fooInout()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/
Dfoo_wrapper_entry.cpp66 void fooInout(uint32_t* count) in fooInout()
/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/cuttlefish/host/frontend/webrtc/
Daudio_handler.h34 size_t count; member
/device/google/cuttlefish/tests/reliability/src/com/android/cuttlefish/tests/
DCuttlefishReliabilityTest.java88 AtomicInteger count = new AtomicInteger(0); in testCuttlefishBootReliability() local
/device/google/cuttlefish/guest/hals/rild/
Drild_cuttlefish.c84 int count = 1; in make_argv() 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/generic/goldfish/wifi/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c59 UNUSED_ARG u8 count, in wpa_driver_set_p2p_noa()
/device/generic/goldfish/radio/rild/
Drild_goldfish.c89 int count = 1; in make_argv() local
/device/generic/opengl-transport/host/commands/emugen/
DParser.cpp96 size_t count) { in buildTypeString()

123456