/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 …]
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/ |
D | JFmTx.java | 57 void fmTxCmdEnable(JFmTx context, JFmTxStatus status, long value); in fmTxCmdEnable() 59 void fmTxCmdDisable(JFmTx context, JFmTxStatus status, long value); in fmTxCmdDisable() 61 void fmTxCmdDestroy(JFmTx context, JFmTxStatus status, long value); in fmTxCmdDestroy() 63 void fmTxCmdTune(JFmTx context, JFmTxStatus status, long value); in fmTxCmdTune() 65 void fmTxCmdGetTunedFrequency(JFmTx context, JFmTxStatus status, long value); in fmTxCmdGetTunedFrequency() 73 void fmTxCmdStopTransmission(JFmTx context, JFmTxStatus status, long value); in fmTxCmdStopTransmission() 75 void fmTxCmdSetPowerLevel(JFmTx context, JFmTxStatus status, long value); in fmTxCmdSetPowerLevel() 77 void fmTxCmdGetPowerLevel(JFmTx context, JFmTxStatus status, long value); in fmTxCmdGetPowerLevel() 79 void fmTxCmdEnableRds(JFmTx context, JFmTxStatus status, long value); in fmTxCmdEnableRds() 81 void fmTxCmdDisableRds(JFmTx context, JFmTxStatus status, long value); in fmTxCmdDisableRds() [all …]
|
D | JFmRx.java | 84 void fmRxCmdEnable(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdEnable() 86 void fmRxCmdDisable(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdDisable() 88 void fmRxCmdSetBand(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdSetBand() 90 void fmRxCmdGetBand(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdGetBand() 92 void fmRxCmdSetMonoStereoMode(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdSetMonoStereoMode() 94 void fmRxCmdGetMonoStereoMode(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdGetMonoStereoMode() 96 void fmRxCmdGetMuteMode(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdGetMuteMode() 98 void fmRxCmdSetMuteMode(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdSetMuteMode() 101 long value); in fmRxCmdSetRfDependentMuteMode() 104 long value); in fmRxCmdGetRfDependentMuteMode() [all …]
|
D | JFmContext.java | 23 private long value = 0; field in JFmContext 53 public final void setValue(int value) { in setValue()
|
D | JFmTxStatus.java | 33 private final int value; field in JFmTxStatus 35 private JFmTxStatus(int value) { in JFmTxStatus()
|
D | JFmRxStatus.java | 36 private final int value; field in JFmRxStatus 38 private JFmRxStatus(int value) { in JFmRxStatus()
|
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/ |
D | StubFmService.java | 4955 long value) { in fmRxCmdEnable() 4980 long value) { in fmRxCmdDisable() 5021 long value) { in fmRxCmdDestroy() 5029 int command, long value) { in fmRxCmdDisableAudio() 5037 int command, long value) { in fmRxCmdGetRdsAfSwitchMode() 5079 int command, long value) { in fmRxCmdSetRdsAfSwitchMode() 5108 int command, long value) { in fmRxCmdSetRdsSystem() 5138 int command, long value) { in fmRxCmdGetRdsSystem() 5171 int command, long value) { in fmRxCmdDisableRds() 5200 int command, long value) { in fmRxCmdEnableRds() [all …]
|
/hardware/ril/mock-ril/src/cpp/ |
D | msgheader.pb.h | 168 inline void MsgHeader::set_cmd(::google::protobuf::uint32 value) { in set_cmd() 184 inline void MsgHeader::set_length_data(::google::protobuf::uint32 value) { in set_length_data() 200 inline void MsgHeader::set_status(::google::protobuf::uint32 value) { in set_status() 216 inline void MsgHeader::set_token(::google::protobuf::uint64 value) { in set_token()
|
D | util.cpp | 24 const char* ToCString(const v8::String::Utf8Value& value) { in ToCString() 29 const char* ToCString(const v8::String::AsciiValue& value) { in ToCString() 34 const char* ToCString(v8::Handle<v8::Value> value) { in ToCString()
|
D | protobuf_v8.cpp | 206 const string& value = GET(String); in ToJs() local 263 Handle<Value> value; in ToJs() local 303 Handle<Value> value, in ToProto() 407 Handle<Value> value = properties->Get(i); in ToProto() local
|
D | worker_v8.cpp | 50 v8::Persistent<v8::Value> value; member 81 Handler(WorkerV8 *worker, v8::Handle<v8::Value> value) in Handler()
|
D | node_object_wrap.h | 103 static void WeakCallback (v8::Persistent<v8::Value> value, void *data) in WeakCallback()
|
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/ |
D | FmTxConfig.java | 437 private boolean ptyValid(int value){ in ptyValid() 656 private boolean powerValid(int value){ in powerValid() 670 private boolean afCodeValid(int value){ in afCodeValid() 688 private boolean piCodeValid(int value){ in piCodeValid()
|
/hardware/ti/wlan/wl1271/Test/ |
D | connDebug.c | 58 void connDebugSetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value) in connDebugSetParam() 72 void connDebugGetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value) in connDebugGetParam()
|
D | rsnDbg.c | 72 TI_UINT32 value; in rsnDebugFunction() local
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
D | public_host_int.h | 118 #define RX_DESC_SET_MEM_BLK(desc, value) ( desc = (desc & ~0x000000FF) | (value << 0 ) ) argument 119 #define RX_DESC_SET_LENGTH(desc, value) ( desc = (desc & ~0x000FFF00) | (value << 8 ) ) argument 120 #define RX_DESC_SET_UNALIGNED(desc, value) ( desc = (desc & ~0x00100000) | (value << 20 ) ) argument
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_config.c | 345 char const *value = get_value_if_matches(line, argument); in assign_string_if_matches() local 375 char const *value = get_value_if_matches(line, argument); in assign_long_if_matches() local
|
/hardware/libhardware_legacy/audio/ |
D | A2dpAudioInterface.cpp | 136 String8 value; in setParameters() local 173 String8 value; in getParameters() local 377 String8 value; in setParameters() local 419 String8 value; in getParameters() local
|
D | AudioDumpInterface.cpp | 192 String8 value; in setParameters() local 216 String8 value; in getParameters() local 353 String8 value; in setParameters() local
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/ |
D | cu_cmd.h | 35 U32 value; member
|
/hardware/ti/omap4xxx/camera/ |
D | CameraParameters.cpp | 139 ssize_t CameraProperties::Properties::set(const char *prop, const char *value) in set() 149 ssize_t CameraProperties::Properties::set(const char *prop, int value) in set() 160 String8 value = mProperties->valueFor(String8(prop)); in get() local
|
/hardware/libhardware_legacy/vibrator/ |
D | vibrator.c | 46 char value[20]; in sendit() local
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/inc/ |
D | ParsEvent.h | 40 char * value; /* Current value in event */ member
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | sdiovar.h | 34 int value; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | sdiovar.h | 34 int value; member
|