Searched defs:value (Results 26 - 50 of 128) sorted by relevance

123456

/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
H A Dconsole.h32 #define CON_PARM_DEFVAL 0x02 /* Default value is set */
67 U32 value; /* Value/address of string parameter */ member in struct:ConParm_t
/hardware/ti/wlan/wl1271/Test/
H A DsiteMgrDebug.c87 TI_UINT8 value; local
124 value = *((TI_UINT32 *)pParam);
125 param.content.rsnEncryptionStatus = (ECipherSuite)value;
127 WLAN_OS_REPORT(("\nSetting RSN_DESIRED_CIPHER_SUITE_PARAM : %d\n", value));
138 value = *((TI_UINT32 *)pParam);
139 param.content.rsnDesiredAuthType = (EAuthSuite)value;
141 if (value == RSN_AUTH_OPEN)
143 else if (value == RSN_AUTH_SHARED_KEY)
145 else if (value == RSN_AUTH_AUTO_SWITCH)
148 WLAN_OS_REPORT(("\nSetting RSN_DESIRED_AUTH_TYPE_PARAM: Invalid: %d\n", value));
[all...]
H A Ddebug.c116 TI_UINT32 value; member in struct:__anon2729
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTxStatus.java33 private final int value; field in class:JFmTxStatus
35 private JFmTxStatus(int value) { argument
36 this.value = value;
40 return value;
H A DJFmRxStatus.java36 private final int value; field in class:JFmRxStatus
38 private JFmRxStatus(int value) { argument
39 this.value = value;
43 return value;
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp292 String8 value; local
295 if (param.get(key, value) == NO_ERROR) {
400 String8 value; local
403 if (param.get(key, value) == NO_ERROR) {
H A DA2dpAudioInterface.cpp136 String8 value; local
143 if (param.get(key, value) == NO_ERROR) {
144 mBluetoothEnabled = (value == "true");
151 if (param.get(key, value) == NO_ERROR) {
152 mSuspended = (value == "true");
173 String8 value; local
177 if (param.get(key, value) == NO_ERROR) {
178 value = mBluetoothEnabled ? "true" : "false";
179 a2dpParam.add(key, value);
183 if (param.get(key, value)
377 String8 value; local
419 String8 value; local
[all...]
H A DAudioDumpInterface.cpp192 String8 value; local
196 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) {
197 mFileName = value;
200 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) {
216 String8 value; local
219 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) {
231 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) {
353 String8 value; local
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Record.cpp74 char value[PROPERTY_VALUE_MAX]; local
77 property_get("persist.debug.sf.showfps", value, "0");
78 mDebugFps = atoi(value);
/hardware/qcom/camera/
H A DQCameraHWI_Record.cpp73 char value[PROPERTY_VALUE_MAX]; local
76 property_get("persist.debug.sf.showfps", value, "0");
77 mDebugFps = atoi(value);
/hardware/qcom/display/libhwcomposer/
H A Dhwc.cpp228 int param, int* value)
238 value[0] = 0;
241 value[0] = m->fps;
242 ALOGI("fps: %d", value[0]);
247 value[0] = supported;
227 hwc_query(struct hwc_composer_device_1* dev, int param, int* value) argument
/hardware/qcom/display/liblight/
H A Dlights.c78 write_int(char const* path, int value) argument
86 int bytes = sprintf(buffer, "%d\n", value);
/hardware/qcom/display/liboverlay/
H A DoverlayUtils.cpp155 char value[PROPERTY_VALUE_MAX] = {0}; local
156 property_get("hw.trueMirrorSupported", value, "0");
157 int trueMirroringSupported = atoi(value);
295 char value[PROPERTY_VALUE_MAX]; local
296 property_get("persist.user.panel3D", value, "0");
297 int usePanel3D = atoi(value);
323 // The S3D is part of the HAL_PIXEL_FORMAT_YV12 value. Add
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Dmp4_utils.cpp62 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); local
71 return value;
90 uint8 VerID = 1; /* default value */
/hardware/ril/mock-ril/src/cpp/
H A Djs_support.cpp56 v8::Local<v8::Value> value, const v8::AccessorInfo& info) {
57 gRadioState = RIL_RadioState(value->Int32Value());
55 RadioStateSetter(v8::Local<v8::String> property, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
H A Dmsgheader.pb.h98 inline void set_cmd(::google::protobuf::uint32 value);
105 inline void set_length_data(::google::protobuf::uint32 value);
112 inline void set_status(::google::protobuf::uint32 value);
119 inline void set_token(::google::protobuf::uint64 value);
168 inline void MsgHeader::set_cmd(::google::protobuf::uint32 value) { argument
170 cmd_ = value;
184 inline void MsgHeader::set_length_data(::google::protobuf::uint32 value) { argument
186 length_data_ = value;
200 inline void MsgHeader::set_status(::google::protobuf::uint32 value) { argument
202 status_ = value;
216 set_token(::google::protobuf::uint64 value) argument
[all...]
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_v4l2.c703 int exynos_v4l2_g_ctrl(int fd, unsigned int id, int *value) argument
723 *value = ctrl.value;
730 int exynos_v4l2_s_ctrl(int fd, unsigned int id, int value) argument
738 ctrl.value = value;
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Dtee_client_api.h103 TEEC_Value value; member in union:__anon2233
/hardware/ti/wlan/mac80211/ti-utils/
H A Dini.c93 static int split_line(char *line, char **name, char **value) argument
97 *value = strchr(pos, '=');
98 if (!*value) {
103 *name = *value;
112 (*value)++;
113 while (**value == ' ' || **value == '\t' || **value == '\r') {
114 (*value)++;
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxRdsConfig.java445 "Enter valid RSSI value in range 1-127!!")
453 "Enter valid RSSI value in range 1-127!!")
460 /** Checks the RSSI value for validity */
461 private boolean rssiValid(int value) { argument
462 //Log.d(TAG, "rssiValid " + value);
463 if (value < RSSI_MIN || value > RSSI_MAX) {
464 Log.d(TAG, "TAG,rssiValid %d." + value);
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTxConfig.java436 /** Checks the Power value for validity */
437 private boolean ptyValid(int value){ argument
438 Log.d(TAG,"ptyValid %d." +value );
439 if (value < PTY_MIN || value > PTY_MAX)
441 Log.d(TAG,"TAG,ptyValid %d." +value );
480 .setMessage("Enter valid Pty value in range 0-31!!")
491 .setMessage("--> Enter valid pty value in range 0-31!!")
530 .setMessage("Enter valid Power value in range 0-31!!")
541 .setMessage("--> Enter valid power value i
656 powerValid(int value) argument
670 afCodeValid(int value) argument
688 piCodeValid(int value) argument
[all...]
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c152 char value[32]; local
159 ret = str_parms_get_str(parms, "card", value, sizeof(value));
161 adev->card = atoi(value);
163 ret = str_parms_get_str(parms, "device", value, sizeof(value));
165 adev->device = atoi(value);
/hardware/msm7k/liblights/
H A Dlights.c102 write_int(char const* path, int value) argument
110 int bytes = sprintf(buffer, "%d\n", value);
140 // If the value isn't changing, don't set it, because this
/hardware/msm7k/librpc/
H A Dxdr.c38 bool_t xdr_send_enum (xdr_s_type *xdr, const void *value, uint32 size) argument
42 return XDR_SEND_INT32(xdr, (int32 *) value);
44 return XDR_SEND_INT16(xdr, (int16 *) value);
46 return XDR_SEND_INT8(xdr, (int8 *) value);
52 bool_t xdr_recv_enum (xdr_s_type *xdr, void *value, uint32 size) argument
56 return XDR_RECV_INT32(xdr, (int32 *) value);
58 return XDR_RECV_INT16(xdr, (int16 *) value);
60 return XDR_RECV_INT8(xdr, (int8 *) value);
/hardware/qcom/audio/alsa_sound/
H A DAudioStreamInALSA.cpp184 char value[128]; local
185 property_get("persist.audio.lowlatency.rec",value,"0");
186 if (!strcmp("true", value)) {
233 char value[128]; local
234 property_get("persist.audio.lowlatency.rec",value,"0");
235 if (!strcmp("true", value)) {

Completed in 685 milliseconds

123456