OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aps_ops
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/modules/audio/
audio_policy.c
41
struct audio_policy_service_ops *
aps_ops
;
member in struct:default_audio_policy
240
struct audio_policy_service_ops *
aps_ops
,
250
if (!service || !
aps_ops
)
291
dap->
aps_ops
=
aps_ops
;
/hardware/libhardware_legacy/audio/
audio_policy_hal.cpp
48
struct audio_policy_service_ops *
aps_ops
;
member in struct:android_audio_legacy::legacy_audio_policy
334
struct audio_policy_service_ops *
aps_ops
,
341
if (!service || !
aps_ops
)
383
lap->
aps_ops
=
aps_ops
;
385
new AudioPolicyCompatClient(
aps_ops
, service);
/hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp
48
struct audio_policy_service_ops *
aps_ops
;
member in struct:android_audio_legacy::qcom_audio_policy
326
struct audio_policy_service_ops *
aps_ops
,
333
if (!service || !
aps_ops
)
374
qap->
aps_ops
=
aps_ops
;
376
new AudioPolicyCompatClient(
aps_ops
, service);
/frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp
56
extern struct audio_policy_service_ops
aps_ops
;
98
rc = mpAudioPolicyDev->create_audio_policy(mpAudioPolicyDev, &
aps_ops
, this,
1202
struct audio_policy_service_ops
aps_ops
= {
member in namespace:android::__anon28517
[
all
...]
/hardware/libhardware/include/hardware/
audio_policy.h
432
struct audio_policy_service_ops *
aps_ops
,
Completed in 190 milliseconds