OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgramInfo
(Results
1 - 25
of
47
) sorted by null
1
2
/frameworks/base/core/java/android/hardware/radio/
RadioManager.aidl
26
parcelable RadioManager.
ProgramInfo
;
ITuner.aidl
66
RadioManager.
ProgramInfo
getProgramInformation();
83
List<RadioManager.
ProgramInfo
> getProgramList(in Map vendorFilter);
ITunerCallback.aidl
26
void onCurrentProgramInfoChanged(in RadioManager.
ProgramInfo
info);
RadioTuner.java
220
* @param info a
ProgramInfo
array of lengh 1 where the information is returned.
232
public abstract int getProgramInformation(RadioManager.
ProgramInfo
[] info);
244
* old image). In such case, a new
ProgramInfo
with updated image id will
284
public abstract @NonNull List<RadioManager.
ProgramInfo
>
377
public void onProgramInfoChanged(RadioManager.
ProgramInfo
info) {}
382
* @deprecated Use {@link #onProgramInfoChanged(RadioManager.
ProgramInfo
)} instead.
TunerCallbackAdapter.java
54
public void onCurrentProgramInfoChanged(RadioManager.
ProgramInfo
info) {
56
Log.e(TAG, "
ProgramInfo
must not be null");
/hardware/interfaces/broadcastradio/1.1/
ITunerCallback.hal
95
oneway currentProgramInfoChanged(
ProgramInfo
info);
ITuner.hal
34
* The tuned field of
ProgramInfo
should indicate if tuned to a valid
68
getProgramInformation_1_1() generates (Result result,
ProgramInfo
info);
120
generates (ProgramListResult result, vec<
ProgramInfo
> programList);
types.hal
291
struct
ProgramInfo
{
292
@1.0::
ProgramInfo
base;
/hardware/interfaces/broadcastradio/1.1/default/
VirtualProgram.h
41
ProgramInfo
getProgramInfo(utils::HalRevision halRev) const;
46
std::vector<
ProgramInfo
> getProgramInfoVector(const std::vector<VirtualProgram>& vec,
VirtualProgram.cpp
45
ProgramInfo
VirtualProgram::getProgramInfo(HalRevision halRev) const {
46
ProgramInfo
info11 = {};
93
vector<
ProgramInfo
> getProgramInfoVector(const vector<VirtualProgram>& vec, HalRevision halRev) {
94
vector<
ProgramInfo
> out;
/hardware/interfaces/broadcastradio/1.0/
ITunerCallback.hal
42
* @param info A
ProgramInfo
structure describing the tuned station.
44
oneway tuneComplete(Result result,
ProgramInfo
info);
48
* @param info A
ProgramInfo
structure describing the new tuned station.
50
oneway afSwitch(
ProgramInfo
info);
ITuner.hal
110
getProgramInformation() generates(Result result,
ProgramInfo
info);
types.hal
211
struct
ProgramInfo
{
/hardware/interfaces/broadcastradio/1.0/default/
Utils.h
38
static void convertProgramInfoFromHal(
ProgramInfo
*info,
/packages/apps/TV/tests/common/src/com/android/tv/testing/
ProgramInfo.java
27
public final class
ProgramInfo
{
103
public static
ProgramInfo
fromCursor(Cursor c) {
121
public
ProgramInfo
(String title, String episode, int seasonNumber, int episodeNumber,
137
* Create a instance of {@link
ProgramInfo
} whose content will be generated as much as possible.
139
public static
ProgramInfo
create() {
180
* Return complete {@link
ProgramInfo
} with the generated value.
185
public
ProgramInfo
build(Context context, int index) {
193
return new
ProgramInfo
(
211
return "
ProgramInfo
{title=" + title
224
ProgramInfo
that = (ProgramInfo) o
[
all
...]
ProgramUtils.java
47
public static void populatePrograms(Context context, Uri channelUri,
ProgramInfo
program) {
67
ProgramInfo
programAt = program.build(context, index++);
/packages/apps/TV/tests/unit/src/com/android/tv/data/
ProgramDataManagerTest.java
41
import com.android.tv.testing.
ProgramInfo
;
106
* Test for {@link
ProgramInfo
#getIndex} and {@link
ProgramInfo
#getStartTimeMs}.
110
ProgramInfo
stub =
ProgramInfo
.create();
114
ProgramInfo
programAt = stub.build(InstrumentationRegistry.getContext(), index);
149
ProgramInfo
stub =
ProgramInfo
.create();
152
ProgramInfo
programInfoAt = stub.build(InstrumentationRegistry.getContext(), index);
182
ProgramInfo
stub = ProgramInfo.create()
[
all
...]
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestTvInputSetupActivity.java
33
import com.android.tv.testing.
ProgramInfo
;
73
ProgramInfo
programInfo
=
ProgramInfo
.create();
75
programInfo
);
/frameworks/base/services/core/jni/BroadcastRadio/
TunerCallback.cpp
49
using V1_1::
ProgramInfo
;
96
V1_0::
ProgramInfo
mCurrentProgramInfo;
108
virtual Return<void> tuneComplete(Result result, const V1_0::
ProgramInfo
& info);
109
virtual Return<void> afSwitch(const V1_0::
ProgramInfo
& info);
119
virtual Return<void> currentProgramInfoChanged(const
ProgramInfo
& info);
183
Return<void> NativeCallback::tuneComplete(Result result, const V1_0::
ProgramInfo
& info) {
227
Return<void> NativeCallback::afSwitch(const V1_0::
ProgramInfo
& info) {
271
V1_0::
ProgramInfo
info;
329
Return<void> NativeCallback::currentProgramInfoChanged(const
ProgramInfo
& info) {
414
"onCurrentProgramInfoChanged", "(Landroid/hardware/radio/RadioManager$
ProgramInfo
;)V")
[
all
...]
convert.h
52
JavaRef<jobject> ProgramInfoFromHal(JNIEnv *env, const V1_0::
ProgramInfo
&info, V1_0::Band band);
53
JavaRef<jobject> ProgramInfoFromHal(JNIEnv *env, const V1_1::
ProgramInfo
&info);
/frameworks/base/services/core/java/com/android/server/broadcastradio/
Tuner.java
89
private native RadioManager.
ProgramInfo
nativeGetProgramInformation(long nativeContext);
91
private native List<RadioManager.
ProgramInfo
> nativeGetProgramList(long nativeContext,
214
public RadioManager.
ProgramInfo
getProgramInformation() {
247
public List<RadioManager.
ProgramInfo
> getProgramList(Map vendorFilter) {
251
List<RadioManager.
ProgramInfo
> list = nativeGetProgramList(mNativeContext, sFilter);
/external/deqp/framework/opengl/
gluShaderProgram.hpp
60
struct
ProgramInfo
66
ProgramInfo
(void) : linkOk(false), linkTimeUs(0) {}
74
glu::
ProgramInfo
program;
130
const
ProgramInfo
& getInfo (void) const { return m_info; }
148
ProgramInfo
m_info;
196
const
ProgramInfo
& getProgramInfo (void) const { return m_program.getInfo(); }
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
RadioTunerTest.java
301
ArgumentCaptor<RadioManager.
ProgramInfo
> infoc =
302
ArgumentCaptor.forClass(RadioManager.
ProgramInfo
.class);
308
RadioManager.
ProgramInfo
[] info = new RadioManager.
ProgramInfo
[1];
369
List<RadioManager.
ProgramInfo
> list = mRadioTuner.getProgramList(filter);
381
List<RadioManager.
ProgramInfo
> list;
404
ArgumentCaptor<RadioManager.
ProgramInfo
> infoc =
405
ArgumentCaptor.forClass(RadioManager.
ProgramInfo
.class);
/hardware/interfaces/broadcastradio/1.1/vts/functional/
VtsHalBroadcastradioV1_1TargetTest.cpp
81
MOCK_METHOD2(tuneComplete, Return<void>(Result, const V1_0::
ProgramInfo
&));
83
MOCK_METHOD1(afSwitch, Return<void>(const V1_0::
ProgramInfo
&));
91
MOCK_TIMEOUT_METHOD1(currentProgramInfoChanged, Return<void>(const
ProgramInfo
&));
102
bool getProgramList(std::function<void(const hidl_vec<
ProgramInfo
>& list)> cb);
258
std::function<void(const hidl_vec<
ProgramInfo
>& list)> cb) {
261
auto getListCb = [&](ProgramListResult result, const hidl_vec<
ProgramInfo
>& list) {
262
ALOGD("getListCb(%s,
ProgramInfo
[%zu])", toString(result).c_str(), list.size());
329
ProgramInfo
firstProgram;
332
auto getCb = [&](const hidl_vec<
ProgramInfo
>& list) {
344
ProgramInfo
infoCb
[
all
...]
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
ChannelXMLParser.java
20
import com.example.android.sampletvinput.rich.RichTvInputService.
ProgramInfo
;
145
List<
ProgramInfo
> programs = new ArrayList<>();
162
private static
ProgramInfo
parseProgram(XmlPullParser parser) {
196
return new
ProgramInfo
(title, posterArtUri, description, durationSec,
Completed in 1331 milliseconds
1
2