/hardware/ril/mock-ril/src/cpp/ |
D | node_buffer.h | 61 static inline bool HasInstance(v8::Handle<v8::Value> val) { in HasInstance() 78 static v8::Handle<v8::Value> New(const v8::Arguments &args); 79 static v8::Handle<v8::Value> Slice(const v8::Arguments &args); 80 static v8::Handle<v8::Value> BinarySlice(const v8::Arguments &args); 81 static v8::Handle<v8::Value> AsciiSlice(const v8::Arguments &args); 82 static v8::Handle<v8::Value> Utf8Slice(const v8::Arguments &args); 83 static v8::Handle<v8::Value> BinaryWrite(const v8::Arguments &args); 84 static v8::Handle<v8::Value> AsciiWrite(const v8::Arguments &args); 85 static v8::Handle<v8::Value> Utf8Write(const v8::Arguments &args); 86 static v8::Handle<v8::Value> ByteLength(const v8::Arguments &args); [all …]
|
D | worker_v8.cpp | 50 v8::Persistent<v8::Value> value; 77 v8::Persistent<v8::Value> functionValue_; 81 Handler(WorkerV8 *worker, v8::Handle<v8::Value> value) in Handler() 83 functionValue_ = v8::Persistent<v8::Value>::New(value); in Handler() 95 v8::Handle<v8::Value> args(ai->value); in Process() 110 WorkerV8(v8::Handle<v8::Object> self, v8::Handle<v8::Value> functionValue) { in WorkerV8() 123 static v8::Handle<v8::Value> Run(const v8::Arguments& args) { in Run() 131 static v8::Handle<v8::Value> Add(const v8::Arguments& args) { in Add() 142 ai->value = v8::Persistent<v8::Value>::New( args[0] ); in Add() 149 static v8::Handle<v8::Value> AddDelayed(const v8::Arguments& args) { in AddDelayed() [all …]
|
D | js_support.cpp | 50 v8::Handle<v8::Value> RadioStateGetter(v8::Local<v8::String> property, in RadioStateGetter() 56 v8::Local<v8::Value> value, const v8::AccessorInfo& info) { in RadioStateSetter() 61 v8::Handle<v8::Value> MsSleep(const v8::Arguments& args) { in MsSleep() 65 v8::Handle<v8::Value> v8MsValue(args[0]->ToObject()); in MsSleep() 75 v8::Handle<v8::Value> Print(const v8::Arguments& args) { in Print() 152 v8::Handle<v8::Value> ReadFileToString(const v8::Arguments& args) { in ReadFileToString() 155 v8::Handle<v8::Value> retValue; in ReadFileToString() 177 v8::Handle<v8::Value> ReadFileToBuffer(const v8::Arguments& args) { in ReadFileToBuffer() 180 v8::Handle<v8::Value> retValue; in ReadFileToBuffer() 205 v8::Handle<v8::Value> data) { in ErrorCallback() [all …]
|
D | protobuf_v8.cpp | 79 using v8::Value; 132 Local<Object> NewObject(Handle<Value> properties) const { in NewObject() 179 Handle<Value> arg = self; in Type() 194 static Handle<Value> ToJs(const Message& instance, in ToJs() 235 return Handle<Value>(); // NOTREACHED in ToJs() 263 Handle<Value> value; in ToJs() 268 Handle<Value> index = Number::New(i); in ToJs() 277 Handle<Value> key = Number::New(i); in ToJs() 285 static Handle<Value> Parse(const Arguments& args) { in Parse() 305 Handle<Value> value, in ToProto() [all …]
|
D | node_util.h | 24 enum encoding ParseEncoding(v8::Handle<v8::Value> encoding_v, 29 v8::Local<v8::Value> Encode(const void *buf, size_t len, 35 v8::Handle<v8::Value>, 42 v8::FunctionTemplate::New(callback, v8::Handle<v8::Value>(), \
|
D | ctrl_server.cpp | 280 v8::Handle<v8::Value> onCtrlServerCmdFunctionValue = in sendToCtrlServer() 286 v8::Handle<v8::Value> v8CmdValue = v8::Number::New(mh->cmd()); in sendToCtrlServer() 287 v8::Handle<v8::Value> v8TokenValue = v8::Number::New(mh->token()); in sendToCtrlServer() 291 v8::Handle<v8::Value> buf; in sendToCtrlServer() 297 v8::Handle<v8::Value> argv[argc] = { in sendToCtrlServer() 299 v8::Handle<v8::Value> result = in sendToCtrlServer() 392 v8::Handle<v8::Value> SendCtrlRequestComplete(const v8::Arguments& args) { in SendCtrlRequestComplete() 395 v8::Handle<v8::Value> retValue; in SendCtrlRequestComplete() 415 v8::Handle<v8::Value> v8CtrlStatus(args[0]->ToObject()); in SendCtrlRequestComplete() 419 v8::Handle<v8::Value> v8ReqNum(args[1]->ToObject()); in SendCtrlRequestComplete() [all …]
|
D | node_buffer.cpp | 167 Local<Value> arg = Integer::NewFromUnsigned(size); in New() 175 Handle<Value> Buffer::New(const Arguments &args) { in New() 191 Handle<Value> index = v8::Number::New(i); in New() 222 Local<Value> write_v = args.This()->Get(write_sym); in New() 226 Local<Value> argv[2] = { args[0], args[1] }; in New() 301 Handle<Value> Buffer::BinarySlice(const Arguments &args) { in BinarySlice() 310 Local<Value> b = Encode(data, end - start, BINARY); in BinarySlice() 317 Handle<Value> Buffer::AsciiSlice(const Arguments &args) { in AsciiSlice() 340 Handle<Value> Buffer::Utf8Slice(const Arguments &args) { in Utf8Slice() 352 Handle<Value> Buffer::Slice(const Arguments &args) { in Slice() [all …]
|
D | js_support.h | 27 extern v8::Handle<v8::Value> Print(const v8::Arguments& args); 33 extern v8::Handle<v8::Value> ReadFileToString(const v8::Arguments& args); 36 extern v8::Handle<v8::Value> ReadFileToBuffer(const v8::Arguments& args);
|
D | mock_ril.cpp | 230 v8::Handle<v8::Value> functionValue = context_->Global()->Get(name); 235 v8::Handle<v8::Value> v8TickValue = v8::Number::New(tick); 236 v8::Handle<v8::Value> argv[1] = { v8TickValue }; 238 v8::Handle<v8::Value> resultValue = 277 v8::Handle<v8::Value> functionValue = context->Global()->Get(name); in startMockRil() 281 v8::Handle<v8::Value> result = start->Call(context->Global(), 0, NULL); in startMockRil()
|
D | experiments.cpp | 55 v8::Handle<v8::Value> GetReqScreenState(v8::Local<v8::String> property, in GetReqScreenState() 60 void *p = wrap->Value(); in GetReqScreenState() 73 v8::Handle<v8::Value> onRilRequestFunctionValue = context->Global()->Get(name); in callOnRilRequest() 83 v8::Handle<v8::Value> v8RequestValue = v8::Number::New(request); in callOnRilRequest() 116 v8::Handle<v8::Value> argv[argc] = { v8RequestValue, params_obj }; in callOnRilRequest() 117 v8::Handle<v8::Value> result = in callOnRilRequest()
|
D | node_util.cpp | 23 enum encoding ParseEncoding(v8::Handle<v8::Value> encoding_v, enum encoding _default) { in ParseEncoding() 51 v8::Local<v8::Value> Encode(const void *buf, size_t len, enum encoding encoding) { in Encode() 74 ssize_t DecodeBytes(v8::Handle<v8::Value> val, enum encoding encoding) { in DecodeBytes() 98 v8::Handle<v8::Value> val, in DecodeWrite()
|
D | responses.h | 35 v8::Handle<v8::Value> SendRilRequestComplete(const v8::Arguments& args); 46 v8::Handle<v8::Value> SendRilUnsolicitedResponse(const v8::Arguments& args);
|
D | responses.cpp | 370 v8::Handle<v8::Value> SendRilRequestComplete(const v8::Arguments& args) { in SendRilRequestComplete() 373 v8::Handle<v8::Value> retValue; in SendRilRequestComplete() 392 v8::Handle<v8::Value> v8RilErrCode( in SendRilRequestComplete() 396 v8::Handle<v8::Value> v8Cmd( in SendRilRequestComplete() 400 v8::Handle<v8::Value> v8Token( in SendRilRequestComplete() 437 v8::Handle<v8::Value> SendRilUnsolicitedResponse(const v8::Arguments& args) { in SendRilUnsolicitedResponse() 440 v8::Handle<v8::Value> retValue; in SendRilUnsolicitedResponse() 459 v8::Handle<v8::Value> v8RilErrCode(args[UNSOL_RESPONSE_CMD_INDEX]->ToObject()); in SendRilUnsolicitedResponse()
|
D | node_object_wrap.h | 54 handle->GetInternalField(0))->Value()); in Unwrap() 103 static void WeakCallback (v8::Persistent<v8::Value> value, void *data) in WeakCallback()
|
D | requests.cpp | 281 v8::Handle<v8::Value> onRilRequestFunctionValue = context->Global()->Get(name); in callOnRilRequest() 286 v8::Handle<v8::Value> v8RequestValue = v8::Number::New(cmd); in callOnRilRequest() 287 v8::Handle<v8::Value> v8TokenValue = v8::Number::New(int64_t(t)); in callOnRilRequest() 291 v8::Handle<v8::Value> argv[argc] = { in callOnRilRequest() 293 v8::Handle<v8::Value> result = in callOnRilRequest()
|
D | ctrl_server.h | 22 extern v8::Handle<v8::Value> SendCtrlRequestComplete(const v8::Arguments& args);
|
D | util.h | 24 const char* ToCString(v8::Handle<v8::Value> value);
|
D | util.cpp | 34 const char* ToCString(v8::Handle<v8::Value> value) { in ToCString()
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | osmemapi.c | 267 TI_INT32 Value, in os_memorySet() argument 275 memset(pMemPtr,Value,Length); in os_memorySet()
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
D | osApi.h | 228 void os_memorySet (TI_HANDLE OsContext, void *pMemPtr, TI_INT32 Value, TI_UINT32 Length);
|
/hardware/ti/wlan/wl1271/utils/ |
D | osDot11.h | 79 void* Value; member
|
/hardware/ti/wlan/wl1271/platforms/os/common/src/ |
D | osRgstry.c | 4838 PNDIS_CONFIGURATION_PARAMETER Value; in regReadLastDbgState() local 4841 NdisReadConfiguration(&Status, &Value, in regReadLastDbgState() 4855 … PRINTF(DBG_REGISTRY_VERY_LOUD, ("TIWL: New Flag - 0x%X\n", Value->ParameterData.IntegerData)); in regReadLastDbgState() 4857 TiDebugFlag = Value->ParameterData.IntegerData; in regReadLastDbgState()
|