Searched refs:module (Results 26 - 50 of 56) sorted by relevance

123

/frameworks/base/core/tests/coretests/
H A DAndroid.mk3 # this var will hold all the test apk module names later.
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk19 # Build module libfilterfw_jni
/frameworks/compile/slang/
H A DSlangData.mk21 # LOCAL_MODULE -- set (as usual) to name the module being built
/frameworks/ex/variablespeed/jni/
H A DAndroid.mk19 # TODO: Change module name to use underscores not hyphens.
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp123 ; Define module specific macros here
140 ; Variable declaration - defined here and used outside this module
145 ; Declare functions defined elsewhere and referenced in this module
150 ; Declare variables used in this module but defined elsewhere
562 pMainData->pBuffer[module(pMainData->offset++, BUFSIZE)] = (uint8)val;
607 pVars->mainDataStream.offset = module(pVars->mainDataStream.offset, BUFSIZE);
614 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset++ , BUFSIZE)));
615 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset++ , BUFSIZE)));
619 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset , BUFSIZE)));
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h97 status_t initialize(camera_module_t *module);
H A DCameraClient.h70 status_t initialize(camera_module_t *module);
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp382 virtual audio_io_handle_t openOutput(audio_module_handle_t module, argument
399 data.writeInt32(module);
466 virtual audio_io_handle_t openInput(audio_module_handle_t module, argument
480 data.writeInt32(module);
921 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local
933 audio_io_handle_t output = openOutput(module,
974 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local
980 audio_io_handle_t input = openInput(module,
/frameworks/av/services/camera/libcameraservice/api_pro/
H A DProCamera2Client.cpp53 status_t ProCamera2Client::initialize(camera_module_t *module) argument
58 res = Camera2ClientBase::initialize(module);
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp78 MetadataExtractor::MetadataExtractor(const llvm::Module *module) argument
79 : mModule(module), mBitcode(NULL), mBitcodeSize(0), mExportVarCount(0),
408 ALOGE("Invalid/empty bitcode/module");
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c103 reverb_module_t *module; local
126 module = malloc(sizeof(reverb_module_t));
128 module->itfe = &gReverbInterface;
130 module->context.mState = REVERB_STATE_UNINITIALIZED;
138 ret = Reverb_Init(module, aux, preset);
141 free(module);
145 *pHandle = (effect_handle_t) module;
147 module->context.mState = REVERB_STATE_INITIALIZED;
149 ALOGV("EffectLibCreateEffect %p ,size %d", module, sizeof(reverb_module_t));
442 * pRvbModule - pointer to reverb effect module
[all...]
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp66 const struct hw_module_t *module; local
79 rc = hw_get_module(AUDIO_POLICY_HARDWARE_MODULE_ID, &module);
83 rc = audio_policy_dev_open(module, &mpAudioPolicyDev);
99 ALOGI("Loaded audio policy from %s (%s)", module->name, module->id);
1479 audio_module_handle_t module,
1493 return af->openOutput(module, pDevices, pSamplingRate, pFormat, pChannelMask,
1558 audio_module_handle_t module,
1570 return af->openInput(module, pDevices, pSamplingRate, pFormat, pChannelMask);
1478 aps_open_output_on_module(void *service, audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) argument
1557 aps_open_input_on_module(void *service, audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
H A DAudioFlinger.h158 virtual audio_io_handle_t openOutput(audio_module_handle_t module,
176 virtual audio_io_handle_t openInput(audio_module_handle_t module,
298 AudioHwDevice* findSuitableHwDev_l(audio_module_handle_t module,
H A DAudioFlinger.cpp113 ALOGE_IF(rc, "%s couldn't load audio hw module %s.%s (%s)", __func__,
223 audio_module_handle_t module,
226 // if module is 0, the request comes from an old policy manager and we should load
228 if (module == 0) {
233 // then try to find a module supporting the requested device.
242 // check a match for the requested module handle
243 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueFor(module);
1328 ALOGW("loadHwModule() module %s already loaded", name);
1337 ALOGI("loadHwModule() error %d loading module %s ", rc, name);
1345 ALOGI("loadHwModule() init check error %d for module
222 findSuitableHwDev_l( audio_module_handle_t module, audio_devices_t devices) argument
1438 openOutput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) argument
1664 openInput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h92 status_t initialize(hw_module_t *module) argument
95 int rc = module->methods->open(module, mName.string(),
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp215 // Load and prepare the hardware composer module. Sets mHwc.
218 hw_module_t const* module; local
220 if (hw_get_module(HWC_HARDWARE_MODULE_ID, &module) != 0) {
221 ALOGE("%s module not found", HWC_HARDWARE_MODULE_ID);
225 int err = hwc_open_1(module, &mHwc);
243 // Load and prepare the FB HAL, which uses the gralloc module. Sets mFbDev.
246 hw_module_t const* module; local
248 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
250 ALOGE("%s module not found", GRALLOC_HARDWARE_MODULE_ID);
254 return framebuffer_open(module,
[all...]
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp280 mcld::Module& module = pBuilder.getModule(); local
284 module.getScript().directories()));
/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp139 * the HW module and obtaining the proper interfaces.
645 const hw_module_t* module = NULL; local
646 int err = hw_get_module(FUSED_LOCATION_HARDWARE_MODULE_ID, &module);
652 err = module->methods->open(
653 module,
H A Dcom_android_server_location_GpsLocationProvider.cpp337 hw_module_t* module; local
364 err = hw_get_module(GPS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
367 err = module->methods->open(module, GPS_HARDWARE_MODULE_ID, &device);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp135 gralloc_module_t const* module = local
139 int err = module->lock(module, native_buffer->handle,
163 gralloc_module_t const* module = local
166 module->unlock(module, native_buffer->handle);
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp67 status_t CameraDeviceClient::initialize(camera_module_t *module) argument
72 res = Camera2ClientBase::initialize(module);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s13 ; * Contains module for DC/AC coefficient prediction
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h134 virtual status_t initialize(camera_module_t *module) = 0;
316 // Delay-load the Camera HAL module
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp54 status_t Camera2Device::initialize(camera_module_t *module) argument
69 res = module->common.methods->open(&module->common, name,
88 res = module->get_camera_info(mId, &info);
H A DCamera2Device.h46 virtual status_t initialize(camera_module_t *module);

Completed in 1299 milliseconds

123