Searched refs:mod (Results 1 – 8 of 8) sorted by relevance
/hardware/libhardware/modules/camera/ |
D | CameraHAL.cpp | 89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) in open() argument 94 ALOGV("%s: module=%p, name=%s, device=%p", __func__, mod, name, dev); in open() 107 return mCameras[id]->open(mod, dev); in open() 162 static int open_dev(const hw_module_t* mod, const char* name, hw_device_t** dev) in open_dev() argument 164 return gCameraHAL.open(mod, name, dev); in open_dev()
|
D | CameraHAL.h | 42 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
|
/hardware/broadcom/wlan/ |
D | .gitignore | 20 *.mod.c
|
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 338 const hw_module_t* mod; in SetUpTestCase() local 339 ASSERT_EQ(0, hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod)) in SetUpTestCase() 342 std::cout << "Using keymaster module: " << mod->name << std::endl; in SetUpTestCase() 344 ASSERT_EQ(0, keymaster_open(mod, &sDevice)) in SetUpTestCase() 347 ASSERT_EQ(KEYMASTER_MODULE_API_VERSION_0_2, mod->module_api_version) in SetUpTestCase()
|
/hardware/ti/omap4-aah/domx/make/ |
D | build.mk | 111 TARGETMOD := $(addsuffix .mod,$(basename $(TARGET)))
|
/hardware/ti/omap4xxx/domx/make/ |
D | build.mk | 111 TARGETMOD := $(addsuffix .mod,$(basename $(TARGET)))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 234 ;# 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
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 8845 # symlink; some systems play weird games with the mod time of symlinks 8846 # (eg FreeBSD returns the mod time of the symlink's containing
|