OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halModule
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/jni/BroadcastRadio/
Tuner.h
39
sp<hardware::broadcastradio::V1_0::IBroadcastRadio>
halModule
,
Tuner.cpp
145
auto
halModule
= mHalModule.promote();
146
if (
halModule
== nullptr) {
151
return V1_1::IBroadcastRadio::castFrom(
halModule
).withDefault(nullptr);
155
sp<V1_0::IBroadcastRadio>
halModule
, sp<V1_0::ITuner> halTuner) {
171
ctx.mHalModule =
halModule
;
371
auto
halModule
= ctx.getHalModule11();
372
if (
halModule
== nullptr) {
380
auto hidlResult =
halModule
->getImage(id, [&](hidl_vec<uint8_t> rawImage) {
Completed in 184 milliseconds