OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profileIndex
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java
102
final int
profileIndex
= getProfileIndex(profileClass);
104
if (
profileIndex
!= -1) {
113
final int
profileIndex
= getProfileIndex(profile);
115
if (
profileIndex
== -1) {
123
final long profileBit = 1 <<
profileIndex
;
129
int
profileIndex
= -1;
132
profileIndex
= BluetoothProfile.HEADSET;
134
profileIndex
= BluetoothProfile.A2DP;
136
profileIndex
= BluetoothProfile.A2DP_SINK;
138
profileIndex
= BluetoothProfile.INPUT_DEVICE
[
all
...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp
77
for (size_t
profileIndex
= 0;
profileIndex
< mProfiles.size();
profileIndex
++) {
78
if (mProfiles[
profileIndex
]->isValid()) {
79
audio_format_t formatToExport = mProfiles[
profileIndex
]->getFormat();
80
const SampleRateVector &ratesToExport = mProfiles[
profileIndex
]->getSampleRates();
81
const ChannelsVector &channelsToExport = mProfiles[
profileIndex
]->getChannels();
139
for (size_t
profileIndex
= 0;
profileIndex
< mProfiles.size();
profileIndex
++)
[
all
...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h
174
for (size_t
profileIndex
= 0;
profileIndex
< size();
profileIndex
++) {
175
const sp<AudioProfile> &profile = itemAt(
profileIndex
);
178
return
profileIndex
;
/packages/apps/Settings/src/com/android/settings/
MasterClear.java
272
for (int
profileIndex
= 0;
profileIndex
< profilesSize;
profileIndex
++) {
273
final UserInfo userInfo = profiles.get(
profileIndex
);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp
307
int
profileIndex
= MapProfileToIndex(profile);
308
if (CommonSymbolTable[versionIndex][spvVersionIndex][
profileIndex
][EPcGeneral]) {
336
CommonSymbolTable[versionIndex][spvVersionIndex][
profileIndex
][precClass] = new TSymbolTable;
337
CommonSymbolTable[versionIndex][spvVersionIndex][
profileIndex
][precClass]->copyTable(*commonTable[precClass]);
338
CommonSymbolTable[versionIndex][spvVersionIndex][
profileIndex
][precClass]->readOnly();
343
SharedSymbolTables[versionIndex][spvVersionIndex][
profileIndex
][stage] = new TSymbolTable;
344
SharedSymbolTables[versionIndex][spvVersionIndex][
profileIndex
][stage]->adoptLevels(*CommonSymbolTable
345
[versionIndex][spvVersionIndex][
profileIndex
][CommonIndex(profile, (EShLanguage)stage)]);
346
SharedSymbolTables[versionIndex][spvVersionIndex][
profileIndex
][stage]->copyTable(*stageTables[stage]);
347
SharedSymbolTables[versionIndex][spvVersionIndex][
profileIndex
][stage]->readOnly()
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar
Completed in 1209 milliseconds