Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 28) sorted by relevance

12

/system/vold/
DProcess.cpp35 int Process::readSymLink(const char *path, char *link, size_t max) { in readSymLink()
66 void Process::getProcessName(int pid, char *buffer, size_t max) { in getProcessName()
83 …ess::checkFileDescriptorSymLinks(int pid, const char *mountPoint, char *openFilename, size_t max) { in checkFileDescriptorSymLinks()
128 int Process::checkFileMaps(int pid, const char *mountPoint, char *openFilename, size_t max) { in checkFileMaps()
DDirectVolume.cpp318 int DirectVolume::getDeviceNodes(dev_t *devs, int max) { in getDeviceNodes()
/system/core/nexus/
DWifiNetwork.cpp695 int WifiNetwork::WifiNetworkSsidProperty::get(int idx, char *buffer, size_t max) { in get()
708 int WifiNetwork::WifiNetworkBssidProperty::get(int idx, char *buffer, size_t max) { in get()
721 int WifiNetwork::WifiNetworkPskProperty::get(int idx, char *buffer, size_t max) { in get()
735 int WifiNetwork::WifiNetworkWepKeyProperty::get(int idx, char *buffer, size_t max) { in get()
770 int WifiNetwork::WifiNetworkKeyManagementProperty::get(int idx, char *buffer, size_t max) { in get()
811 int WifiNetwork::WifiNetworkProtocolsProperty::get(int idx, char *buffer, size_t max) { in get()
843 int WifiNetwork::WifiNetworkAuthAlgorithmsProperty::get(int idx, char *buffer, size_t max) { in get()
885 int WifiNetwork::WifiNetworkPairwiseCiphersProperty::get(int idx, char *buffer, size_t max) { in get()
920 int WifiNetwork::WifiNetworkGroupCiphersProperty::get(int idx, char *buffer, size_t max) { in get()
962 int WifiNetwork::WifiNetworkHiddenSsidProperty::get(int idx, char *buffer, size_t max) { in get()
DProperty.cpp62 char *buffer, size_t max) : in StringPropertyHelper()
78 int StringPropertyHelper::get(int idx, char *buffer, size_t max) { in get()
102 int IntegerProperty::get(int idx, char *buffer, size_t max) { in get()
153 int IPV4AddressProperty::get(int idx, char *buffer, size_t max) { in get()
DSupplicantState.cpp24 char *SupplicantState::toString(int val, char *buffer, int max) { in toString()
DDhcpState.cpp24 char *DhcpState::toString(int val, char *buffer, int max) { in toString()
DDhcpEvent.cpp24 char *DhcpEvent::toString(int val, char *buffer, int max) { in toString()
DWifiStatusPoller.cpp85 int max = 0; in run() local
DPropertyManager.cpp156 int PropertyManager::doGet(Property *p, int idx, char *buffer, size_t max) { in doGet()
224 const char *PropertyManager::get(const char *name, char *buffer, size_t max) { in get()
DWifiController.cpp712 int WifiController::WifiSupplicantStateProperty::get(int idx, char *buffer, size_t max) { in get()
732 int WifiController::WifiInterfaceProperty::get(int idx, char *buffer, size_t max) { in get()
DSupplicant.cpp517 char *buffer, size_t max) { in getNetworkVar()
/system/core/sh/
Darith_lex.l54 #define YY_INPUT(buf,result,max) \ argument
/system/extras/tests/schedtest/
Dschedtest.c28 long max = 0; in main() local
/system/core/toolbox/
Did.c32 int n, max; in id_main() local
Ddd.c1194 static long long strsuftoll(const char* name, const char* arg, int def, unsigned int max) in strsuftoll()
/system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
Dcu_osapi.h41 #define max(a,b) ((a>b)?a:b) macro
/system/core/libsysutils/src/
DSocketListener.cpp142 int max = 0; in runListener() local
/system/extras/latencytop/
Dlatencytop.c36 unsigned long max; member
328 unsigned long count, max, total; in read_latency_file() local
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
Dcli_cu_common.h97 # define max(a, b) (((a)>(b)) ? (a) : (b)) macro
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/
Dcli_cu_common.h100 # define max(a, b) (((a)>(b)) ? (a) : (b)) macro
/system/core/init/
Dlogo.c110 unsigned count, max; in load_565rle_image() local
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
Dutils.h164 # define max MAX macro
/system/core/logcat/
Dlogcat.cpp253 int max = 0; in readLogLines() local
/system/core/libpixelflinger/tinyutils/
DVectorImpl.cpp38 static inline size_t max(size_t a, size_t b) { in max() function
/system/core/libpixelflinger/
Dtrap.cpp77 inline int max(int a, int b) { in max() function
83 inline int max(int a, int b, int c) { in max() function

12