Searched refs:module (Results 51 - 75 of 147) sorted by relevance

123456

/hardware/libhardware/include/hardware/
H A Dhwcomposer.h41 * The id of this module
508 * the hwcomposer module to make sure black pixels are output (or blended
633 static inline int hwc_open_1(const struct hw_module_t* module, argument
635 return module->methods->open(module,
H A Dkeymaster.h29 * The id of this module
241 static inline int keymaster_open(const struct hw_module_t* module, argument
244 int rc = module->methods->open(module, KEYSTORE_KEYMASTER,
H A Daudio_policy.h33 * The id of this module
55 * The main roles of this module are:
251 /* audio hw module handle used by load_hw_module(), open_output_on_module()
378 /* loads an audio hw module.
380 * The module name passed is the base name of the HW module library, e.g "primary" or "a2dp".
381 * The function returns a handle on the module that will be used to specify a particular
382 * module when calling open_output_on_module() or open_input_on_module()
387 /* Opens an audio output on a particular HW module.
389 * Same as open_output() but specifying a specific HW module o
440 audio_policy_dev_open(const hw_module_t* module, struct audio_policy_device** device) argument
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyCompatClient.cpp38 audio_io_handle_t AudioPolicyCompatClient::openOutput(audio_module_handle_t module, argument
47 return mServiceOps->open_output_on_module(mService, module, pDevices, pSamplingRate,
73 audio_io_handle_t AudioPolicyCompatClient::openInput(audio_module_handle_t module, argument
79 return mServiceOps->open_input_on_module(mService, module, pDevices,
H A DAudioPolicyCompatClient.h40 virtual audio_io_handle_t openOutput(audio_module_handle_t module,
53 virtual audio_io_handle_t openInput(audio_module_handle_t module,
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamOutALSA.cpp91 mHandle->module->setLpaVolume(vol);
98 mHandle->module->setCompressedVolume(vol);
167 mHandle->module->route(mHandle, mDevices , mParent->mode());
171 mHandle->module->route(mHandle, mDevices , AudioSystem::MODE_IN_COMMUNICATION);
178 mHandle->module->route(mHandle, mDevices , mParent->mode());
181 mHandle->module->route(mHandle, mDevices , mParent->mode());
193 err = mHandle->module->startVoipCall(mHandle);
196 mHandle->module->open(mHandle);
261 mHandle->module->startVoipCall(mHandle);
264 mHandle->module
[all...]
/hardware/qcom/display/msm8960/libgralloc/
H A Dgr.h52 int mapFrameBufferLocked(struct private_module_t* module);
53 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
H A Dgpu.cpp35 gpu_context_t::gpu_context_t(const private_module_t* module, argument
45 common.module = const_cast<hw_module_t*>(&module->base.common);
178 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
238 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
308 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
H A Dgpu.h36 gpu_context_t(const private_module_t* module,
/hardware/qcom/display/msm8974/libgralloc/
H A Dgr.h52 int mapFrameBufferLocked(struct private_module_t* module);
53 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
H A Dgpu.cpp34 gpu_context_t::gpu_context_t(const private_module_t* module, argument
44 common.module = const_cast<hw_module_t*>(&module->base.common);
184 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
244 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
323 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
H A Dgpu.h36 gpu_context_t(const private_module_t* module,
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgr.h52 int mapFrameBufferLocked(struct private_module_t* module);
53 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
H A Dgpu.cpp35 gpu_context_t::gpu_context_t(const private_module_t* module, argument
45 common.module = const_cast<hw_module_t*>(&module->base.common);
178 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
238 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
308 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DAndroid.mk5 # HAL module implemenation stored in
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DAndroid.mk7 # This is not a separate module.
/hardware/ti/omap4xxx/hwc/
H A DAndroid.mk4 # HAL module implementation, not prelinked and stored in
/hardware/invensense/60xx/libsensors_iio/
H A Dsensors_mpl.cpp55 static int open_sensors(const struct hw_module_t* module, const char* id,
58 static int sensors__get_sensors_list(struct sensors_module_t* module, argument
75 name: "Invensense module",
239 static int open_sensors(const struct hw_module_t* module, const char* id, argument
250 dev->device.common.module = const_cast<hw_module_t*>(module);
/hardware/libhardware/modules/audio/
H A Daudio_policy.c31 struct audio_policy_module module; member in struct:default_ap_module
310 static int default_ap_dev_open(const hw_module_t* module, const char* name, argument
326 dev->device.common.module = (hw_module_t *)module;
341 .module = {
H A DAndroid.mk17 # The default audio HAL module, which is a stub, that is loaded if no other
33 # The stub audio policy HAL module that can be used as a skeleton for
/hardware/qcom/power/
H A Dpower.c57 static void power_init(struct power_module *module) argument
166 static void power_set_interactive(struct power_module *module, int on) argument
186 static void power_hint(struct power_module *module, power_hint_t hint, argument
/hardware/ti/omap3/dspbridge/inc/
H A Ddynamic_loader.h40 * The function of the dynamic loader is to load a "module" containing
44 * for the module, resolves symbol references made by the module, and remembers
45 * symbols defined by the module.
49 * the module and system specific functions it requires
51 /* The read functions for the module image to be loaded */
68 * Option flags to modify the behavior of module loading
71 #define DLOAD_BIGEND 0x2 /* require big-endian load module */
72 #define DLOAD_LITTLE 0x4 /* require little-endian load module */
74 typedef void *DLOAD_mhandle; /* module handl
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp64 int getIonFd(gralloc_module_t const *module) argument
66 private_module_t* m = const_cast<private_module_t*>(reinterpret_cast<const private_module_t*>(module));
296 gralloc_module_t* module = NULL; local
305 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&module);
312 ion_decRef(getIonFd(module), phREF->SharedBuffer[i].pIonHandle);
314 ion_decRef(getIonFd(module), phREF->SharedBuffer[i].pIonHandle1);
316 ion_decRef(getIonFd(module), phREF->SharedBuffer[i].pIonHandle2);
368 gralloc_module_t* module = NULL; local
381 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&module);
386 ion_incRef(getIonFd(module), priv_hn
436 gralloc_module_t* module = NULL; local
[all...]
/hardware/libhardware/modules/camera/
H A DCamera.h28 // This is constructed when the HAL module is loaded, one per physical camera.
34 // module is a handle to the HAL module, used when the device is opened.
39 int open(const hw_module_t *module, hw_device_t **device);
/hardware/libhardware/modules/local_time/
H A DAndroid.mk17 # The default local time HAL module. The default module simply uses the

Completed in 507 milliseconds

123456