OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:radio_properties_t
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/radio/
RadioService.h
202
static void convertProperties(
radio_properties_t
*properties,
RadioService.cpp
84
radio_properties_t
properties;
206
void RadioService::convertProperties(
radio_properties_t
*properties,
/system/core/include/system/
radio.h
161
}
radio_properties_t
;
typedef in typeref:struct:radio_properties
/frameworks/base/core/jni/
android_hardware_Radio.cpp
397
radio_properties_t
*nModules = NULL;
404
nModules = (
radio_properties_t
*)calloc(numModules, sizeof(
radio_properties_t
));
[
all
...]
Completed in 323 milliseconds