OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_ITEMS_PER_LIST
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/radio/
IRadioService.cpp
42
#define
MAX_ITEMS_PER_LIST
1024
123
if (numModulesReq >
MAX_ITEMS_PER_LIST
) {
124
numModulesReq =
MAX_ITEMS_PER_LIST
;
/frameworks/av/soundtrigger/
ISoundTriggerHwService.cpp
43
#define
MAX_ITEMS_PER_LIST
1024
124
if (numModulesReq >
MAX_ITEMS_PER_LIST
) {
125
numModulesReq =
MAX_ITEMS_PER_LIST
;
/frameworks/av/media/libaudioclient/
IAudioFlinger.cpp
88
#define
MAX_ITEMS_PER_LIST
1024
[
all
...]
IAudioPolicyService.cpp
82
#define
MAX_ITEMS_PER_LIST
1024
[
all
...]
Completed in 1264 milliseconds