Searched defs:value (Results 1 – 10 of 10) sorted by relevance
/hardware/msm7k/librpc/ |
D | svc_clnt_common.c | 112 static bool_t xdr_std_send_uint32(xdr_s_type *xdr, const uint32 *value) in xdr_std_send_uint32() 120 static bool_t xdr_std_send_int8(xdr_s_type *xdr, const int8 *value) in xdr_std_send_int8() 126 static bool_t xdr_std_send_uint8(xdr_s_type *xdr, const uint8 *value) in xdr_std_send_uint8() 132 static bool_t xdr_std_send_int16(xdr_s_type *xdr, const int16 *value) in xdr_std_send_int16() 138 static bool_t xdr_std_send_uint16(xdr_s_type *xdr, const uint16 *value) in xdr_std_send_uint16() 144 static bool_t xdr_std_send_int32(xdr_s_type *xdr, const int32 *value) in xdr_std_send_int32() 193 static bool_t xdr_std_recv_uint32(xdr_s_type *xdr, uint32 *value) in xdr_std_recv_uint32() 217 static bool_t xdr_std_recv_int8(xdr_s_type *xdr, int8 *value) in xdr_std_recv_int8() 222 static bool_t xdr_std_recv_uint8(xdr_s_type *xdr, uint8 *value) in xdr_std_recv_uint8() 227 static bool_t xdr_std_recv_int16(xdr_s_type *xdr, int16 *value) in xdr_std_recv_int16() [all …]
|
D | xdr.c | 38 bool_t xdr_send_enum (xdr_s_type *xdr, const void *value, uint32 size) in xdr_send_enum() 52 bool_t xdr_recv_enum (xdr_s_type *xdr, void *value, uint32 size) in xdr_recv_enum()
|
/hardware/libhardware_legacy/flashlight/ |
D | flashlight.c | 44 char value; in get_flashlight_enabled() local 60 char value[20]; in set_flashlight_enabled() local 79 char value[20]; in enable_camera_flash() local
|
/hardware/libhardware_legacy/vibrator/ |
D | vibrator.c | 29 char value[20]; in sendit() local
|
/hardware/msm7k/libcopybit/ |
D | copybit.c | 190 int value) in set_parameter_copybit() 256 int value; in get() local
|
/hardware/msm7k/libcamera2/ |
D | QualcommCameraHardware.cpp | 605 bool QualcommCameraHardware::native_set_dimension(cam_ctrl_dimension_t *value) in native_set_dimension() 612 cam_ctrl_type type, uint16_t length, void *value) in native_set_parm() 1675 int32_t value = getParm("effect", effect); in setEffect() local 1683 int32_t value = getParm("whitebalance", whitebalance); in setWhiteBalance() local 1691 camera_antibanding_type value = in setAntibanding() local
|
/hardware/libhardware/modules/overlay/ |
D | overlay.cpp | 176 overlay_t* overlay, int param, int value) { in overlay_setParameter()
|
/hardware/msm7k/liblights/ |
D | lights.c | 63 write_int(char const* path, int value) in write_int()
|
/hardware/msm7k/libaudio/ |
D | AudioHardware.cpp | 249 status_t AudioHardware::setParameter(const char *key, const char *value) in setParameter()
|
/hardware/msm7k/librpc/rpc/ |
D | types.h | 195 int value; member
|