OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channelId
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/
vie_defines.h
86
inline int ViEId(const int vieId, const int
channelId
= -1) {
87
if (
channelId
== -1) {
90
return static_cast<int>((vieId << 16) +
channelId
);
93
inline int ViEModuleId(const int vieId, const int
channelId
= -1) {
94
if (
channelId
== -1) {
97
return static_cast<int>((vieId << 16) +
channelId
);
100
inline int
ChannelId
(const int moduleId) {
/cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java
111
long
channelId
= cursor.getLong(0);
113
TvContract.buildProgramsUriForChannel(
channelId
), null, null);
132
private static ContentValues createDummyProgramValues(long
channelId
) {
134
values.put(TvContract.Programs.COLUMN_CHANNEL_ID,
channelId
);
181
private void verifyChannel(Uri channelUri, ContentValues expectedValues, long
channelId
) {
187
assertEquals(
channelId
, cursor.getLong(cursor.getColumnIndex(TvContract.Channels._ID)));
217
long
channelId
= ContentUris.parseId(rowUri);
218
Uri channelUri = TvContract.buildChannelUri(
channelId
);
219
verifyChannel(channelUri, values,
channelId
);
227
verifyChannel(channelUri, values,
channelId
);
[
all
...]
TvViewTest.java
200
long
channelId
= cursor.getLong(0);
201
Uri channelUri = TvContract.buildChannelUri(
channelId
);
361
long
channelId
= cursor.getLong(0);
362
Uri channelUri = TvContract.buildChannelUri(
channelId
);
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java
239
int
channelId
) {
246
mChannelId =
channelId
;
/cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
TvProviderPerfTest.java
193
long
channelId
= ContentUris.parseId(channelUri);
196
values.put(Programs.COLUMN_CHANNEL_ID,
channelId
);
/external/chromium_org/third_party/webrtc/voice_engine/
channel.cc
761
int32_t
channelId
,
765
WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(instanceId,
channelId
),
766
"Channel::CreateChannel(
channelId
=%d, instanceId=%d)",
767
channelId
, instanceId);
769
channel = new Channel(
channelId
, instanceId, config);
773
VoEId(instanceId,
channelId
),
842
Channel::Channel(int32_t
channelId
,
849
_channelId(
channelId
),
856
VoEModuleId(instanceId,
channelId
), Clock::GetRealTimeClock(), this,
860
VoEModuleId(instanceId,
channelId
))),
[
all
...]
channel.h
172
int32_t
channelId
,
175
Channel(int32_t
channelId
, uint32_t instanceId, const Config& config);
438
int32_t
ChannelId
() const
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_nsopengl.mm
1112
int
channelId
= rIt->second;
1113
std::map<int, VideoChannelNSOpenGL*>::iterator it = _nsglChannels.find(
channelId
);
video_render_agl.cc
[
all
...]
/external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 645 milliseconds