OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:halconfig
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/radio/
RadioService.cpp
419
struct radio_hal_band_config
halConfig
;
420
halConfig
= config->band;
494
ret = mHwDevice->open_tuner(mHwDevice, &
halConfig
, audio,
593
struct radio_hal_band_config
halConfig
= youngestClient->
halConfig
();
594
ret = mHwDevice->open_tuner(mHwDevice, &
halConfig
, youngestClient->audio(),
692
radio_hal_band_config_t RadioService::ModuleClient::
halConfig
() const
730
struct radio_hal_band_config
halConfig
;
731
halConfig
= config->band;
732
status = (status_t)mTuner->set_configuration(mTuner, &
halConfig
);
[
all
...]
RadioService.h
168
radio_hal_band_config_t
halConfig
() const;
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
2120
audio_config_t
halconfig
= *config;
local
[
all
...]
Completed in 139 milliseconds