Searched refs:self (Results 1 - 5 of 5) sorted by relevance

/hardware/ril/mock-ril/src/python/
H A Dtcs.py69 def __init__(self):
70 self.cmd = 0
71 self.token = 0
72 self.status = 0
73 self.length_protobuf = 0
75 def sendHeader(self, s):
85 mh.cmd = self.cmd
86 mh.token = self.token
87 mh.status = self.status
88 mh.length_data = self
[all...]
/hardware/libhardware/include/hardware/
H A Daudio_effect.h295 // self: handle to the effect interface this function
310 int32_t (*process)(effect_handle_t self,
320 // self: handle to the effect interface this function
343 int32_t (*command)(effect_handle_t self,
356 // self: handle to the effect interface this function
368 int32_t (*get_descriptor)(effect_handle_t self,
380 // self: handle to the effect interface this function
398 int32_t (*process_reverse)(effect_handle_t self,
/hardware/ril/mock-ril/src/cpp/
H A Dprotobuf_v8.cpp101 Schema(Handle<Object> self, const DescriptorPool* pool) argument
105 self->SetInternalField(1, Array::New());
106 Wrap(self);
137 Type(Schema* schema, const Descriptor* descriptor, Handle<Object> self) argument
139 DBG("Type::Type(schema, descriptor, self) E:");
165 self->SetInternalField(1, schema_->handle_);
169 constructor->SetHiddenValue(String::New("type"), self);
173 "(function(self) {"
176 " return f.call(self, arg);"
179 Handle<Value> arg = self;
[all...]
H A Dexperiments.cpp57 v8::Local<v8::Object> self = info.Holder(); local
59 v8::Local<v8::External>::Cast(self->GetInternalField(0));
H A Dworker_v8.cpp110 WorkerV8(v8::Handle<v8::Object> self, v8::Handle<v8::Value> functionValue) { argument
114 Wrap(self);
184 // native self (Field 0 is handle_) field count is at least 1

Completed in 71 milliseconds