OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDev
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libaudiohal/
DeviceHalLocal.cpp
28
:
mDev
(dev) {
32
int status = audio_hw_device_close(
mDev
);
33
ALOGW_IF(status, "Error closing audio hw device %p: %s",
mDev
, strerror(-status));
34
mDev
= 0;
38
if (
mDev
->get_supported_devices == NULL) return INVALID_OPERATION;
39
*devices =
mDev
->get_supported_devices(
mDev
);
44
return
mDev
->init_check(
mDev
);
48
return
mDev
->set_voice_volume(mDev, volume)
[
all
...]
DeviceHalLocal.h
109
audio_hw_device_t *
mDev
;
119
uint32_t version() const { return
mDev
->common.version; }
/frameworks/rs/
rsContext.h
256
Device *
mDev
;
rsContext.cpp
428
mDev
= nullptr;
Completed in 967 milliseconds