Searched refs:properties (Results 1 - 9 of 9) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dbluetooth.h243 bt_property_t *properties);
246 /** TODO: For remote device properties, do not see a need to get/set
247 * multiple properties - num_properties shall be 1
252 bt_property_t *properties);
258 bt_property_t *properties);
360 /** Get all Bluetooth Adapter properties at init */
372 /** Get all Remote Device properties */
431 * properties of remote bonded devices such as name, UUID etc. */
/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp18 #include <cutils/properties.h>
/hardware/ril/mock-ril/src/cpp/
H A Dprotobuf_v8.cpp132 Local<Object> NewObject(Handle<Value> properties) const {
133 DBG("Type::NewObjext(properties) EX:");
134 return Constructor()->NewInstance(1, &properties);
244 Handle<Array> properties = Array::New(descriptor->field_count()); local
276 properties->Set(i, value);
280 return NewObject(properties);
404 Handle<Array> properties = to_array->Call(src, 0, NULL).As<Array>(); local
407 Handle<Value> value = properties->Get(i);
/hardware/libhardware/
H A Dhardware.c19 #include <cutils/properties.h>
/hardware/libhardware_legacy/qemu/
H A Dqemu.c23 #include <cutils/properties.h>
/hardware/ril/rild/
H A Drild.c30 #include <cutils/properties.h>
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c28 #include <cutils/properties.h>
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp28 #include <cutils/properties.h>
/hardware/ril/libril/
H A Dril.cpp50 #include <cutils/properties.h>

Completed in 164 milliseconds