Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 25 of 238) sorted by relevance

12345678910

/device/google/contexthub/firmware/lib/builtins/
Daeabi_ldivmod.S26 sub sp, sp, #16
27 add r12, sp, #8
28 str r12, [sp]
30 ldr r2, [sp, #8]
31 ldr r3, [sp, #12]
32 add sp, sp, #16
Daeabi_uldivmod.S26 sub sp, sp, #16
27 add r12, sp, #8
28 str r12, [sp]
30 ldr r2, [sp, #8]
31 ldr r3, [sp, #12]
32 add sp, sp, #16
/device/google/contexthub/util/common/
DJSONObject.h58 bool getObject(sp<JSONObject> *value) const;
59 bool getArray(sp<JSONArray> *value) const;
65 void setObject(const sp<JSONObject> &obj);
66 void setArray(const sp<JSONArray> &array);
84 static sp<JSONCompound> Parse(const char *data, size_t size);
139 bool getObject(KEY key, sp<JSONObject> *obj) const { in getObject()
144 bool getArray(KEY key, sp<JSONArray> *obj) const { in getArray()
190 void setObject(const char *key, const sp<JSONObject> &obj) { in setObject()
196 void setArray(const char *key, const sp<JSONArray> &obj) { in setArray()
245 void addObject(const sp<JSONObject> &obj) { in addObject()
[all …]
DJSONObject.cpp62 sp<JSONArray> array = new JSONArray; in Parse()
109 sp<JSONObject> obj = new JSONObject; in Parse()
440 bool JSONValue::getObject(sp<JSONObject> *value) const { in getObject()
449 bool JSONValue::getArray(sp<JSONArray> *value) const { in getArray()
486 void JSONValue::setObject(const sp<JSONObject> &obj) { in setObject()
495 void JSONValue::setArray(const sp<JSONArray> &array) { in setArray()
626 sp<JSONCompound> JSONCompound::Parse(const char *data, size_t size) { in Parse()
634 sp<JSONObject> obj; in Parse()
639 sp<JSONArray> array; in Parse()
/device/google/coral/powerstats/
Dservice.cpp35 using android::sp;
82 sp<GenericStateResidencyDataProvider> rpmSdp = in main()
128 sp<GenericStateResidencyDataProvider> socSdp = in main()
139 sp<WlanStateResidencyDataProvider> wlanSdp = in main()
161 sp<GenericStateResidencyDataProvider> airSdp = in main()
186 sp<GenericStateResidencyDataProvider> nfcSdp = in main()
197 sp<GpuStateResidencyDataProvider> gpuSdp = new GpuStateResidencyDataProvider(gpuId); in main()
202 sp<OsloStateResidencyDataProvider> osloSdp = new OsloStateResidencyDataProvider(osloId); in main()
207 sp<IaxxxStateResidencyDataProvider> iaxxxSdp = new IaxxxStateResidencyDataProvider(iaxxxId); in main()
211 sp<AidlStateResidencyDataProvider> aidlSdp = new AidlStateResidencyDataProvider(); in main()
[all …]
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.h47 const sp<IContexthubCallback> &cb) override;
81 sp<IContexthubCallback> callback;
86 DeathRecipient(const sp<Contexthub> contexthub);
93 sp<Contexthub> mContexthub;
98 sp<DeathRecipient> mDeathRecipient;
104 sp<IContexthubCallback> getCallBackForHubId(uint32_t hubId);
106 int handleOsMessage(sp<IContexthubCallback> cb,
/device/google/sunfish/powerstats/
Dservice.cpp34 using android::sp;
81 sp<GenericStateResidencyDataProvider> rpmSdp = in main()
112 auto socSdp = sp<GenericStateResidencyDataProvider>::make("/sys/power/system_sleep/stats"); in main()
122 auto wlanSdp = sp<WlanStateResidencyDataProvider>::make(wlanId, "/sys/kernel/wlan/power_stats"); in main()
126 auto displaySdp = sp<DisplayStateResidencyDataProvider>::make(displayId, in main()
146 sp<GenericStateResidencyDataProvider> nfcSdp = in main()
156 auto aidlSdp = sp<AidlStateResidencyDataProvider>::make(); in main()
167 sp<android::ProcessState> ps{android::ProcessState::self()}; // Create non-HW binder threadpool in main()
/device/google/redbull/powerstats/
Dservice.cpp35 using android::sp;
82 auto rpmSdp = sp<GenericStateResidencyDataProvider>::make("/sys/power/rpmh_stats/master_stats"); in main()
118 auto socSdp = sp<GenericStateResidencyDataProvider>::make("/sys/power/system_sleep/stats"); in main()
128 auto wlanSdp = sp<WlanStateResidencyDataProvider>::make(wlanId, in main()
135 sp<DisplayStateResidencyDataProvider>::make(displayId, in main()
155 sp<GenericStateResidencyDataProvider> nfcSdp = in main()
165 auto aidlSdp = sp<AidlStateResidencyDataProvider>::make(); in main()
175 sp<android::ProcessState> ps{android::ProcessState::self()}; // Create non-HW binder threadpool in main()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp47 using android::sp;
52 sp<RadioConfigImpl> radioConfigService;
85 sp<V1_0::IRadioConfigResponse> mRadioConfigResponse;
86 sp<V1_0::IRadioConfigIndication> mRadioConfigIndication;
87 sp<V1_1::IRadioConfigResponse> mRadioConfigResponseV1_1;
88 sp<V1_2::IRadioConfigResponse> mRadioConfigResponseV1_2;
89 sp<V1_2::IRadioConfigIndication> mRadioConfigIndicationV1_2;
90 sp<V1_3::IRadioConfigResponse> mRadioConfigResponseV1_3;
93 const ::android::sp<V1_0::IRadioConfigResponse>& radioConfigResponse,
94 const ::android::sp<V1_0::IRadioConfigIndication>& radioConfigIndication);
[all …]
/device/generic/goldfish/MultiDisplayProvider/jni/
Dcom_android_emulator_multidisplay.cpp60 sp<BufferItemConsumer> mConsumer;
87 FrameListener(sp<BufferItemConsumer>& consumer, uint32_t id) in FrameListener()
91 sp<FrameListener> gFrameListener[MAX_DISPLAYS + 1];
97 sp<IGraphicBufferProducer> producer; in nativeCreateSurface()
98 sp<IGraphicBufferConsumer> consumer; in nativeCreateSurface()
99 sp<BufferItemConsumer> bufferItemConsumer; in nativeCreateSurface()
/device/generic/goldfish/audio/
Dstream_out.h31 using ::android::sp;
41 StreamOut(sp<Device> dev,
81 Return<Result> setCallback(const sp<IStreamOutCallback>& callback) override;
83 Return<Result> setEventCallback(const sp<IStreamOutEventCallback>& callback) override;
102 const sp<IStreamOutLatencyModeCallback>& callback) override;
119 sp<Device> mDev;
Dprimary_device.h29 using ::android::sp;
105 std::tuple<Result, sp<IStreamOut>, AudioConfig> openOutputStreamImpl(
109 std::tuple<Result, sp<IStreamIn>, AudioConfig> openInputStreamImpl(
203 Return<sp<::android::hardware::audio::V7_1::IDevice>> getDevice() override { in getDevice()
209 sp<Device> mDevice;
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp71 static void Reply(const sp<AMessage> &msg, int32_t *err = nullptr) { in Reply()
72 sp<AReplyToken> replyId; in Reply()
74 sp<AMessage> reply = new AMessage; in Reply()
82 const sp<AMessage> &msg) { in onMessageReceived()
86 sp<AReplyToken> replyId; in onMessageReceived()
88 sp<AMessage> reply = new AMessage; in onMessageReceived()
322 sp<AMessage> reply; in start()
352 sp<AMessage> reply; in stop()
374 sp<AMessage> reply; in reset()
382 sp<AMessage> reply; in release()
/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.h39 using ::android::sp;
48 IdentityCredential(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredential()
49 sp<SecureHardwarePresentationProxy> hwProxy, in IdentityCredential()
106 sp<SecureHardwareProxyFactory> hwProxyFactory_;
107 sp<SecureHardwarePresentationProxy> hwProxy_;
DIdentityCredentialStore.h27 using ::android::sp;
35 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory) in IdentityCredentialStore()
54 sp<SecureHardwareProxyFactory> hwProxyFactory_;
/device/google/coral/usb/gadget/
DUsbGadget.h42 using ::android::sp;
80 const sp<V1_0::IUsbGadgetCallback> &callback,
83 Return<void> getCurrentUsbFunctions(const sp<V1_0::IUsbGadgetCallback> &callback) override;
89 Status setupFunctions(uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback,
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size); in Initialize()
84 const sp<JSONObject> CalibrationFile::GetJSONObject() const { in GetJSONObject()
100 sp<JSONArray> json_array = new JSONArray(); in SetTripleAxis()
110 sp<JSONArray> json_array = new JSONArray(); in SetFourAxis()
/device/google/redfin/usb/gadget/
DUsbGadget.h42 using ::android::sp;
80 const sp<V1_0::IUsbGadgetCallback> &callback,
83 Return<void> getCurrentUsbFunctions(const sp<V1_0::IUsbGadgetCallback> &callback) override;
89 Status setupFunctions(uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback,
/device/google/sunfish/usb/gadget/
DUsbGadget.h42 using ::android::sp;
80 const sp<V1_0::IUsbGadgetCallback> &callback,
83 Return<void> getCurrentUsbFunctions(const sp<V1_0::IUsbGadgetCallback> &callback) override;
89 Status setupFunctions(uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback,
/device/google/barbet/usb/gadget/
DUsbGadget.h42 using ::android::sp;
80 const sp<V1_0::IUsbGadgetCallback> &callback,
83 Return<void> getCurrentUsbFunctions(const sp<V1_0::IUsbGadgetCallback> &callback) override;
89 Status setupFunctions(uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback,
/device/google/atv/audio_proxy/service/
DStreamOutImpl.h27 using android::sp;
116 Return<Result> setCallback(const sp<IStreamOutCallback>& callback) override;
144 const sp<IStreamOutEventCallback>& callback) override;
162 const sp<android::hardware::audio::V7_1::IStreamOutLatencyModeCallback>&
180 sp<WriteThread> mWriteThread;
/device/google/contexthub/sensorhal/
Dhubconnection.cpp306 static sp<JSONObject> readSettings(File *file) { in readSettings()
310 sp<JSONObject> root; in readSettings()
317 sp<JSONCompound> in = JSONCompound::Parse(buf, size); in readSettings()
334 const sp<JSONObject> &settings, const char *key, int32_t *out, in getCalibrationInt32()
336 sp<JSONArray> array; in getCalibrationInt32()
353 const sp<JSONObject> &settings, const char *key, float out[3]) { in getCalibrationFloat()
354 sp<JSONArray> array; in getCalibrationFloat()
370 static std::vector<int32_t> getInt32Setting(const sp<JSONObject> &settings, const char *key) { in getInt32Setting()
373 sp<JSONArray> array; in getInt32Setting()
383 static std::vector<float> getFloatSetting(const sp<JSONObject> &settings, const char *key) { in getFloatSetting()
[all …]
Dsensors.h30 using android::sp;
121 HubConnectionOperation(sp<HubConnection> hubConnection);
131 sp<HubConnection> mHubConnection;
137 sp<HubConnection> mHubConnection;
Dsensors.cpp246 SensorContext::HubConnectionOperation::HubConnectionOperation(sp<HubConnection> hubConnection) in HubConnectionOperation()
323 Callback(sp<HubConnection> hubConnection) : mHubConnection(hubConnection) {} in Callback()
324 virtual int submitEvent(sp<BaseSensorObject> source, const sensors_event_t &e) override;
326 sp<HubConnection> mHubConnection;
329 int Callback::submitEvent(sp<BaseSensorObject> source, const sensors_event_t &e) { in submitEvent()
/device/google/trout/hal/common/android/watchdog/
DBaseWatchdogClient.h37 explicit BaseWatchdogClient(const ::android::sp<::android::Looper>& handlerLooper);
54 ::android::sp<::android::Looper> mHandlerLooper;
55 ::android::sp<MessageHandlerImpl> mMessageHandler;

12345678910