Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DSoundPool.cpp93 void SoundPool::addToRestartList(SoundChannel* channel) in addToRestartList()
102 void SoundPool::addToStopList(SoundChannel* channel) in addToStopList()
126 SoundChannel* channel; in run() local
141 SoundChannel* channel; in run() local
243 SoundChannel* channel; in play() local
279 SoundChannel* channel = NULL; in allocateChannel_l() local
305 void SoundPool::moveToFront_l(SoundChannel* channel) in moveToFront_l()
320 SoundChannel* channel = findChannel(channelID); in pause() local
331 SoundChannel* channel = &mChannelPool[i]; in autoPause() local
340 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.java572 final AsyncChannel channel = mDataConnectionTrackerAc; in setInternalDataEnable() local
583 final AsyncChannel channel = mDataConnectionTrackerAc; in setUserDataEnable() local
595 final AsyncChannel channel = mDataConnectionTrackerAc; in setPolicyDataEnable() local
610 final AsyncChannel channel = mDataConnectionTrackerAc; in setEnableFailFastMobileData() local
640 final AsyncChannel channel = mDataConnectionTrackerAc; in enableMobileProvisioning() local
/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/base/core/java/android/bluetooth/
DBluetoothSocket.java320 int channel = readInt(mSocketIS); in connect() local
371 int channel = readInt(mSocketIS); in bindListen() local
491 int channel = bb.getInt(); in waitSocketSignal() local
DBluetoothDevice.java1069 public BluetoothSocket createRfcommSocket(int channel) throws IOException { in createRfcommSocket()
DBluetoothAdapter.java1119 public BluetoothServerSocket listenUsingRfcommOn(int channel) throws IOException { in listenUsingRfcommOn()
/frameworks/native/libs/gui/
DIDisplayEventConnection.cpp79 sp<BitTube> channel(getDataChannel()); in onTransact() local
DISensorEventConnection.cpp98 sp<BitTube> channel(getSensorChannel()); in onTransact() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java86 InputMethodSessionCallbackWrapper(Context context, InputChannel channel, in InputMethodSessionCallbackWrapper()
272 public void createSession(InputChannel channel, IInputSessionCallback callback) { in createSession()
DIInputMethodSessionWrapper.java61 InputMethodSession inputMethodSession, InputChannel channel) { in IInputMethodSessionWrapper()
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp106 uint8_t profile, sf_index, channel, header[2]; in AacAdtsExtractor() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dcolorspace.cpp30 uint8 channel[4]; member
/frameworks/base/wifi/java/android/net/wifi/
DWifiStateMachine.java835 public boolean syncPingSupplicant(AsyncChannel channel) { in syncPingSupplicant()
1409 public int syncAddOrUpdateNetwork(AsyncChannel channel, WifiConfiguration config) { in syncAddOrUpdateNetwork()
1416 public List<WifiConfiguration> syncGetConfiguredNetworks(AsyncChannel channel) { in syncGetConfiguredNetworks()
1428 public boolean syncRemoveNetwork(AsyncChannel channel, int networkId) { in syncRemoveNetwork()
1442 public boolean syncEnableNetwork(AsyncChannel channel, int netId, boolean disableOthers) { in syncEnableNetwork()
1456 public boolean syncDisableNetwork(AsyncChannel channel, int netId) { in syncDisableNetwork()
1601 public boolean syncSaveConfig(AsyncChannel channel) { in syncSaveConfig()
/frameworks/av/media/libstagefright/
DAACExtractor.cpp155 uint8_t profile, sf_index, channel, header[2]; in AACExtractor() local
/frameworks/native/libs/input/
DInputTransport.cpp231 InputPublisher::InputPublisher(const sp<InputChannel>& channel) : in InputPublisher()
369 InputConsumer::InputConsumer(const sp<InputChannel>& channel) : in InputConsumer()
/frameworks/base/services/java/com/android/server/
DInputMethodManagerService.java208 InputChannel channel; field in InputMethodManagerService.SessionState
571 InputChannel channel) { in MethodCallback()
1281 InputChannel channel) { in onSessionCreated()
2401 InputChannel channel = (InputChannel)args.arg2; in handleMessage() local
/frameworks/base/media/java/android/media/
DJetPlayer.java507 short segment, byte track, byte channel, byte controller, byte value); in onJetEvent()
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp245 inline uint8_t chooseColorRgba8888(int blockX, int blockY, uint8_t channel) { in chooseColorRgba8888()
/frameworks/av/media/libstagefright/wifi-display/source/
DWifiDisplaySource.cpp445 int32_t channel; in onMessageReceived() local
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java724 void setInputChannelLocked(InputChannel channel) { in setInputChannelLocked()
/frameworks/base/services/input/
DInputDispatcher.cpp2174 const sp<InputChannel>& channel, const CancelationOptions& options) { in synthesizeCancelationEventsForInputChannelLocked()
3154 const sp<InputChannel>& channel = mMonitoringChannels[i]; in dumpDispatchStateLocked() local