Searched refs:path (Results 1 – 10 of 10) sorted by relevance
/hardware/libhardware/ |
D | hardware.c | 62 const char *path, in load() argument 74 handle = dlopen(path, RTLD_NOW); in load() 77 LOGE("load: module=%s\n%s", path, err_str?err_str:"unknown"); in load() 112 id, path, *pHmi, handle); in load() 127 char path[PATH_MAX]; in hw_get_module_by_class() local 148 snprintf(path, sizeof(path), "%s/%s.%s.so", in hw_get_module_by_class() 150 if (access(path, R_OK) == 0) break; in hw_get_module_by_class() 152 snprintf(path, sizeof(path), "%s/%s.%s.so", in hw_get_module_by_class() 154 if (access(path, R_OK) == 0) break; in hw_get_module_by_class() 156 snprintf(path, sizeof(path), "%s/%s.default.so", in hw_get_module_by_class() [all …]
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | IMountService.h | 44 virtual int shareVolume(String16 path, String16 method) = 0; 45 virtual int unshareVolume(String16 path, String16 method) = 0; 46 virtual bool getVolumeShared(String16 path, String16 method) = 0; 47 virtual int mountVolume(String16 path) = 0; 48 virtual int unmountVolume(String16 path) = 0; 49 virtual int formatVolume(String16 path) = 0;
|
/hardware/msm7k/liblights/ |
D | lights.c | 102 write_int(char const* path, int value) in write_int() argument 107 fd = open(path, O_RDWR); in write_int() 116 LOGE("write_int failed to open %s\n", path); in write_int()
|
/hardware/msm7k/libaudio-qsd8k/ |
D | AudioHardware.cpp | 648 uint32_t path[2]; in do_route_audio_dev_ctrl() local 745 path[0] = out_device; in do_route_audio_dev_ctrl() 746 path[1] = rx_acdb_id; in do_route_audio_dev_ctrl() 747 if (ioctl(fd, AUDIO_SWITCH_DEVICE, &path)) { in do_route_audio_dev_ctrl() 752 path[0] = mic_device; in do_route_audio_dev_ctrl() 753 path[1] = tx_acdb_id; in do_route_audio_dev_ctrl() 754 if (ioctl(fd, AUDIO_SWITCH_DEVICE, &path)) { in do_route_audio_dev_ctrl() 772 path[0] = rx_acdb_id; in do_route_audio_dev_ctrl() 773 path[1] = tx_acdb_id; in do_route_audio_dev_ctrl() 774 if (ioctl(fd, AUDIO_START_VOICE, &path)) { in do_route_audio_dev_ctrl() [all …]
|
D | AudioHardware.h | 143 uint32_t path; member
|
/hardware/ril/mock-ril/src/cpp/ |
D | ril.h | 269 char *path; /* "pathid" from TS 27.007 +CRSM command. member 283 char *path; /* "pathid" from TS 27.007 +CRSM command. member
|
/hardware/ril/include/telephony/ |
D | ril.h | 269 char *path; /* "pathid" from TS 27.007 +CRSM command. member 283 char *path; /* "pathid" from TS 27.007 +CRSM command. member
|
/hardware/ril/reference-ril/ |
D | ril.h | 269 char *path; /* "pathid" from TS 27.007 +CRSM command. member 283 char *path; /* "pathid" from TS 27.007 +CRSM command. member
|
/hardware/ti/omap4xxx/domx/make/ |
D | build.mk | 344 @$(SHELLCMD) echo set $(MYSHELL) to correct path and CASE SENSITIVE FILE NAME and EXTENSTION
|
/hardware/ril/libril/ |
D | ril.cpp | 695 simIO.v6.path = strdupReadString(p); in dispatchSIM_IO() 712 simIO.v6.command, simIO.v6.fileid, (char*)simIO.v6.path, in dispatchSIM_IO() 726 memsetString (simIO.v6.path); in dispatchSIM_IO() 732 free (simIO.v6.path); in dispatchSIM_IO()
|