Searched refs:instance (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
H A Dti_omx_interface.cpp131 TIOMXInterface* instance = (TIOMXInterface*)aInstance; local
132 if (instance)
133 OSCL_DELETE(instance);
/hardware/ril/mock-ril/src/cpp/
H A Dprotobuf_v8.cpp191 reflection->GetRepeated##TYPE(instance, field, index) : \
192 reflection->Get##TYPE(instance, field))
194 static Handle<Value> ToJs(const Message& instance, argument
199 DBG("Type::ToJs(instance, refelction, field, message_type) E:");
239 Handle<Object> ToJs(const Message& instance) const {
241 const Reflection* reflection = instance.GetReflection();
242 const Descriptor* descriptor = instance.GetDescriptor();
250 if (repeated && !reflection->FieldSize(instance, field)) {
254 if (!repeated && !reflection->HasField(instance, field)) {
265 int size = reflection->FieldSize(instance, fiel
301 ToProto(Message* instance, const FieldDescriptor* field, Handle<Value> value, const Type* type, bool repeated) argument
400 ToProto(Message* instance, Handle<Object> src) const argument
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dwlioctl.h717 uint instance; member in struct:wl_instance_info
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h717 uint instance; member in struct:wl_instance_info

Completed in 97 milliseconds