/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealthCallback.java | 58 * @param channelId The id associated with the channel. This id will be used 63 int channelId) { 66 "ChannelId:" + channelId);
|
BluetoothHealth.java | 285 * @param channelId The channel id associated with the channel 289 BluetoothHealthAppConfiguration config, int channelId) { 293 return mService.disconnectChannel(device, config, channelId); 438 ParcelFileDescriptor fd, int channelId) { 440 channelId);
|
/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); 354 long channelId = cursor.getLong(0); 355 Uri channelUri = TvContract.buildChannelUri(channelId);
|
/frameworks/base/media/java/android/media/tv/ |
TvContract.java | 115 * @param channelId The ID of the channel to point to. 117 public static final Uri buildChannelUri(long channelId) { 118 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId); 135 * @param channelId The ID of the channel whose logo is pointed to. 137 public static final Uri buildChannelLogoUri(long channelId) { 138 return buildChannelLogoUri(buildChannelUri(channelId)); 220 * @param channelId The ID of the channel to return programs for. 222 public static final Uri buildProgramsUriForChannel(long channelId) { 224 .appendQueryParameter(PARAM_CHANNEL, String.valueOf(channelId)).build(); 243 * @param channelId The ID of the channel to return programs for [all...] |
/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
EpgDataCleanupServiceTests.java | 132 long channelId = insertChannel(); 135 values.put(Programs.COLUMN_CHANNEL_ID, channelId); 170 long channelId = insertChannel(); 174 values.put(WatchedPrograms.COLUMN_CHANNEL_ID, channelId);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccCarrierPrivilegeRules.java | 322 int channelId = ((int[]) ar.result)[0]; 323 mUiccCard.iccTransmitApduLogicalChannel(channelId, CLA, COMMAND, P1, P2, P3, DATA, 324 obtainMessage(EVENT_TRANSMIT_LOGICAL_CHANNEL_DONE, new Integer(channelId))); 354 int channelId = (Integer) ar.userObj; 355 mUiccCard.iccCloseLogicalChannel(channelId, obtainMessage(
|
/packages/providers/TvProvider/src/com/android/providers/tv/ |
TvProvider.java | [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 371 BluetoothHealthAppConfiguration config, int channelId) { 374 return service.disconnectChannel(device, config, channelId); 441 BluetoothHealthAppConfiguration config, int channelId) { 443 HealthChannel chan = findChannelById(channelId); 495 int channelId, int state, FileDescriptor pfd) { 498 channelId, state, pfd); [all...] |
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPService.java | 239 int channelId) { 246 mChannelId = channelId;
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
channel.cc | 759 int32_t channelId, 763 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(instanceId,channelId), 764 "Channel::CreateChannel(channelId=%d, instanceId=%d)", 765 channelId, instanceId); 767 channel = new Channel(channelId, instanceId, config); 771 VoEId(instanceId,channelId), 840 Channel::Channel(int32_t channelId, 847 _channelId(channelId), 854 VoEModuleId(instanceId, channelId), Clock::GetRealTimeClock(), this, 858 VoEModuleId(instanceId, channelId))), [all...] |
channel.h | 170 int32_t channelId, 173 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/qemu/android/ |
hw-qemud.c | [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneInterfaceManager.java | 430 int channelId = result[0]; 438 openChannelResp = new IccOpenLogicalChannelResponse(channelId, [all...] |
/frameworks/base/services/core/java/com/android/server/tv/ |
TvInputManagerService.java | [all...] |
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/ |
google-api-java-client-min-repackaged.jar | |
/prebuilts/sdk/21/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/external/robolectric/lib/main/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/17/ |
android.jar | |