Searched defs:self (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/libcopybit/
H A Dcopybit_priv.h38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self);
/hardware/ti/omap3/dspbridge/inc/
H A Dlist.h65 struct LST_ELEM *self; member in struct:LST_ELEM
172 * - head.self must be correctly set to &head.
274 * pElem->self = pElem before pElem is passed to this function.
281 * Warning: if pElem->self is not set beforehand, LST_GetHead() will
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dlist.h65 struct LST_ELEM *self; member in struct:LST_ELEM
172 * - head.self must be correctly set to &head.
274 * pElem->self = pElem before pElem is passed to this function.
281 * Warning: if pElem->self is not set beforehand, LST_GetHead() will
/hardware/ril/mock-ril/src/cpp/
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
H A Dexperiments.cpp57 v8::Local<v8::Object> self = info.Holder(); local
59 v8::Local<v8::External>::Cast(self->GetInternalField(0));
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...]
/hardware/qcom/display/libhwcomposer/
H A Dhwc_copybit.cpp45 static int iterate(copybit_region_t const * self, copybit_rect_t* rect){ argument
46 if (!self || !rect) {
52 static_cast<region_iterator const*>(self);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp2707 void ExynosCameraHWInterface2::m_mainThreadFunc(SignalDrivenThread * self) argument
2715 uint32_t currentSignal = self->GetProcessingSignal();
2716 MainThread * selfThread = ((MainThread*)self);
3046 void ExynosCameraHWInterface2::m_sensorThreadFunc(SignalDrivenThread * self) argument
3048 uint32_t currentSignal = self->GetProcessingSignal();
3049 SensorThread * selfThread = ((SensorThread*)self);
3564 void ExynosCameraHWInterface2::m_streamBufferInit(SignalDrivenThread *self) argument
3566 uint32_t currentSignal = self->GetProcessingSignal();
3567 StreamThread * selfThread = ((StreamThread*)self);
3692 void ExynosCameraHWInterface2::m_streamThreadInitialize(SignalDrivenThread * self) argument
3725 m_streamFunc_direct(SignalDrivenThread *self) argument
3999 m_streamFunc_indirect(SignalDrivenThread *self) argument
4099 m_streamThreadFunc(SignalDrivenThread * self) argument
[all...]

Completed in 193 milliseconds