Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/av/media/libmedia/
DSoundPool.cpp97 void SoundPool::addToRestartList(SoundChannel* channel) in addToRestartList()
106 void SoundPool::addToStopList(SoundChannel* channel) in addToStopList()
130 SoundChannel* channel; in run() local
145 SoundChannel* channel; in run() local
247 SoundChannel* channel; in play() local
283 SoundChannel* channel = NULL; in allocateChannel_l() local
309 void SoundPool::moveToFront_l(SoundChannel* channel) in moveToFront_l()
324 SoundChannel* channel = findChannel(channelID); in pause() local
335 SoundChannel* channel = &mChannelPool[i]; in autoPause() local
344 SoundChannel* channel = findChannel(channelID); in resume() local
[all …]
/frameworks/wilhelm/src/itf/
DIMIDIMuteSolo.c22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_SetChannelMute()
45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_GetChannelMute()
65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_SetChannelSolo()
88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_GetChannelSolo()
DIOutputMixExt.c214 unsigned channel; in IOutputMixExt_FillBuffer() local
445 unsigned channel; in audioPlayerGainUpdate() local
/frameworks/base/core/java/android/net/
DMobileDataStateTracker.java566 final AsyncChannel channel = mDataConnectionTrackerAc; in setInternalDataEnable() local
577 final AsyncChannel channel = mDataConnectionTrackerAc; in setUserDataEnable() local
589 final AsyncChannel channel = mDataConnectionTrackerAc; in setPolicyDataEnable() local
604 final AsyncChannel channel = mDataConnectionTrackerAc; in setEnableFailFastMobileData() local
634 final AsyncChannel channel = mDataConnectionTrackerAc; in enableMobileProvisioning() local
/frameworks/base/media/java/android/media/tv/
DITvInputService.aidl32 void createSession(in InputChannel channel, ITvInputSessionCallback callback, in createSession()
DTvInputService.java120 public void createSession(InputChannel channel, ITvInputSessionCallback cb, in onBind()
DITvInputClient.aidl32 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated()
DITvInputSessionWrapper.java68 InputChannel channel) { in ITvInputSessionWrapper()
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java315 int channel = readInt(mSocketIS); in connect() local
367 int channel = readInt(mSocketIS); in bindListen() local
498 int channel = bb.getInt(); in waitSocketSignal() local
DBluetoothMasInstance.java29 public BluetoothMasInstance(int id, String name, int channel, int msgTypes) { in BluetoothMasInstance()
/frameworks/base/core/java/com/android/internal/view/
DInputBindResult.java38 public final InputChannel channel; field in InputBindResult
DIInputMethod.aidl45 void createSession(in InputChannel channel, IInputSessionCallback callback); in createSession()
/frameworks/native/libs/gui/
DIDisplayEventConnection.cpp79 sp<BitTube> channel(getDataChannel()); in onTransact() local
DISensorEventConnection.cpp98 sp<BitTube> channel(getSensorChannel()); in onTransact() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerCCDecoder.cpp260 size_t channel; in extractFromSEI() local
299 size_t channel; in filterCCBuf() local
/frameworks/base/telephony/java/android/telephony/
DIccOpenLogicalChannelResponse.java54 public IccOpenLogicalChannelResponse(int channel, int status, byte[] selectResponse) { in IccOpenLogicalChannelResponse()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java87 InputMethodSessionCallbackWrapper(Context context, InputChannel channel, in InputMethodSessionCallbackWrapper()
273 public void createSession(InputChannel channel, IInputSessionCallback callback) { in createSession()
DIInputMethodSessionWrapper.java62 InputMethodSession inputMethodSession, InputChannel channel) { in IInputMethodSessionWrapper()
/frameworks/base/services/core/java/com/android/server/
DPersistentDataBlockService.java281 FileChannel channel = outputStream.getChannel(); in doSetOemUnlockEnabledLocked() local
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp106 uint8_t profile, sf_index, channel, header[2]; in AacAdtsExtractor() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCard.java487 public void iccCloseLogicalChannel(int channel, Message response) { in iccCloseLogicalChannel()
495 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, in iccTransmitApduLogicalChannel()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java1242 public boolean syncPingSupplicant(AsyncChannel channel) { in syncPingSupplicant()
1249 public List<WifiChannel> syncGetChannelList(AsyncChannel channel) { in syncGetChannelList()
2129 public int syncAddOrUpdateNetwork(AsyncChannel channel, WifiConfiguration config) { in syncAddOrUpdateNetwork()
2142 public List<WifiConfiguration> syncGetConfiguredNetworks(int uuid, AsyncChannel channel) { in syncGetConfiguredNetworks()
2149 public List<WifiConfiguration> syncGetPrivilegedConfiguredNetwork(AsyncChannel channel) { in syncGetPrivilegedConfiguredNetwork()
2164 public WifiConnectionStatistics syncGetConnectionStatistics(AsyncChannel channel) { in syncGetConnectionStatistics()
2175 public int syncGetSupportedFeatures(AsyncChannel channel) { in syncGetSupportedFeatures()
2185 public WifiLinkLayerStats syncGetLinkLayerStats(AsyncChannel channel) { in syncGetLinkLayerStats()
2197 public boolean syncRemoveNetwork(AsyncChannel channel, int networkId) { in syncRemoveNetwork()
2211 public boolean syncEnableNetwork(AsyncChannel channel, int netId, boolean disableOthers) { in syncEnableNetwork()
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dcolorspace.cpp30 uint8 channel[4]; member
/frameworks/av/media/libstagefright/
DAACExtractor.cpp155 uint8_t profile, sf_index, channel, header[2]; in AACExtractor() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl539 boolean iccCloseLogicalChannel(int channel); in iccCloseLogicalChannel()
558 String iccTransmitApduLogicalChannel(int channel, int cla, int instruction, in iccTransmitApduLogicalChannel()

12