Searched refs:mod (Results 1 - 7 of 7) sorted by relevance

/hardware/broadcom/wlan/
H A D.gitignore20 *.mod.c
/hardware/libhardware/modules/camera/
H A DCameraHAL.h42 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
H A DCameraHAL.cpp89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) argument
94 ALOGV("%s: module=%p, name=%s, device=%p", __func__, mod, name, dev);
107 return mCameras[id]->open(mod, dev);
162 static int open_dev(const hw_module_t* mod, const char* name, hw_device_t** dev) argument
164 return gCameraHAL.open(mod, name, dev);
/hardware/ti/omap4-aah/domx/make/
H A Dbuild.mk111 TARGETMOD := $(addsuffix .mod,$(basename $(TARGET)))
/hardware/ti/omap4xxx/domx/make/
H A Dbuild.mk111 TARGETMOD := $(addsuffix .mod,$(basename $(TARGET)))
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp338 const hw_module_t* mod; local
339 ASSERT_EQ(0, hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod))
342 std::cout << "Using keymaster module: " << mod->name << std::endl;
344 ASSERT_EQ(0, keymaster_open(mod, &sDevice))
347 ASSERT_EQ(KEYMASTER_MODULE_API_VERSION_0_2, mod->module_api_version)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm234 ;# 0->4 1->5 2->6 3->0 4->1 5->2 6->3, i.e., I -> (I+4) mod 7.
238 ;# I -> (I+1) mod 7;
247 ;# Inverse transpose is similar, except here I -> (I+3) mod 7 and the

Completed in 204 milliseconds