/system/bt/service/doc/ |
IBluetoothGattServer.txt | 50 * returned in |out_id| in case of success. Returns false in case of failure, 55 out GattIdentifier out_id); 61 * |out_id| in the case of success. 65 out GattIdentifier out_id); 72 * descriptor identifier in |out_id| in the case of success. 76 out GattIdentifier out_id);
|
/system/bt/service/common/bluetooth/binder/ |
IBluetoothGattServer.cpp | 69 std::unique_ptr<bluetooth::GattIdentifier> out_id; local 71 server_if, is_primary, *uuid, &out_id); 76 CHECK(out_id); 77 WriteGattIdentifierToParcel(*out_id, reply); 89 std::unique_ptr<bluetooth::GattIdentifier> out_id; local 91 server_if, *uuid, properties, permissions, &out_id); 96 CHECK(out_id); 97 WriteGattIdentifierToParcel(*out_id, reply); 108 std::unique_ptr<bluetooth::GattIdentifier> out_id; local 109 bool result = AddDescriptor(server_if, *uuid, permissions, &out_id); [all...] |
IBluetoothGattServer.h | 69 std::unique_ptr<bluetooth::GattIdentifier>* out_id) = 0; 73 std::unique_ptr<bluetooth::GattIdentifier>* out_id) = 0; 76 std::unique_ptr<bluetooth::GattIdentifier>* out_id) = 0; 131 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override; 135 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override; 138 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override;
|
/system/bt/service/ipc/binder/ |
bluetooth_gatt_server_binder_server.cpp | 56 std::unique_ptr<bluetooth::GattIdentifier>* out_id) { 58 CHECK(out_id); 74 out_id->swap(service_id); 82 std::unique_ptr<bluetooth::GattIdentifier>* out_id) { 84 CHECK(out_id); 100 out_id->swap(char_id); 107 std::unique_ptr<bluetooth::GattIdentifier>* out_id) { 109 CHECK(out_id); 125 out_id->swap(desc_id);
|
bluetooth_gatt_server_binder_server.h | 48 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override; 52 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override; 55 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override;
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Script.java | 251 long out_id = 0; local 256 out_id = aout.getID(mRS); 269 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params, mUseIncSupp); local 293 long out_id = 0; local 298 out_id = aout.getID(mRS); 310 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp); local 360 long out_id = 0; local 362 out_id = aout.getID(mRS); 382 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local 408 long out_id = aout.getID(mRS) local 422 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local [all...] |
/frameworks/rs/cpp/ |
Script.cpp | 35 void *out_id = BaseObj::getObjID(aout); local 36 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, nullptr, 0));
|
/frameworks/base/rs/java/android/renderscript/ |
Script.java | 198 long out_id = 0; local 200 out_id = aout.getID(mRS); 220 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local 263 long out_id = 0; local 265 out_id = aout.getID(mRS); 285 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local 310 long out_id = aout.getID(mRS); local 324 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local
|
/external/webrtc/talk/media/webrtc/ |
webrtcvoiceengine.cc | 866 int out_id = kDefaultAudioDeviceId; local 868 << ") and speaker to (id=" << out_id << ")"; local 887 << ") and speaker to (id=" << out_id << ")"; local [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |