Home
last modified time | relevance | path

Searched defs:wbuf (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/sysdeps/
Denv.cpp38 wchar_t wbuf[kMaxEnvVarSize]; in GetEnvironmentVariable() local
80 wchar_t wbuf[MAX_COMPUTERNAME_LENGTH + 1]; in GetHostNameUTF8() local
105 wchar_t wbuf[UNLEN + 1]; in GetLoginNameUTF8() local
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc267 unsigned wbuf = idx < WSIZE / 2 || idx >= WSIZE + WSIZE / 2; in Upsample() local
304 unsigned wbuf = idx < WSIZE / 2 || idx >= WSIZE + WSIZE / 2; in Downsample() local
/packages/modules/adb/
Dsysdeps_win32.cpp2991 wchar_t* wbuf = _wgetcwd(nullptr, 0); in adb_getcwd() local