/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
soundcard.h | 792 #define SEQ_CONTROL(dev, chn, controller, value) _CHN_COMMON(dev, MIDI_CTL_CHANGE, chn, controller, 0, value) 796 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_EXTENDED; _seqbuf[_seqbufptr+1] = SEQ_CONTROLLER; _seqbuf[_seqbufptr+2] = (dev); _seqbuf[_seqbufptr+3] = (voice); _seqbuf[_seqbufptr+4] = (controller); _seqbuf[_seqbufptr+5] = ((value)&0xff); _seqbuf[_seqbufptr+6] = ((value>>8)&0xff); _seqbuf[_seqbufptr+7] = 0; _SEQ_ADVBUF(8);}
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
BaseBindingActivity.java | 43 * Returns the binder. Activities can use that to query the controller service.
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Socket.java | 139 "I/O failure while receiving SDK controller data from socket.");
|
/sdk/build/ |
tools.atree | 127 # SDK Controller
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_sco.c | 226 else /* Controller is version 1.1 or earlier */ 241 ** to the Host Controller. [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_api.c | 240 /* Fail if we have not established communications with the controller */ 592 /* Fail if we have not established communications with the controller */ 661 /* Fail if we have not established communications with the controller */ 869 /* Fail if we have not established communications with the controller */ [all...] |
/external/chromium/base/ |
message_loop_unittest.cc | [all...] |
/external/chromium/chrome/browser/ |
app_controller_mac.mm | 330 // Helper routine to get the window controller if the key window is a tabbed 342 // Helper routine to get the window controller if the main window is a tabbed 459 // object is the tab strip controller, but we don't currently care. [all...] |
/frameworks/base/services/java/com/android/server/power/ |
DisplayPowerController.java | 248 // The power controller will progressively update its internal state to match 344 * Creates the display power controller. 456 * The controller makes a copy of the provided object and then [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MailboxListFragment.java | 42 import com.android.email.Controller; 75 * (This usually happens on 2-pane before the UI controller finds the Inbox to highlight.) 1132 final Controller controller = Controller.getInstance(mActivity); local [all...] |
MessageViewFragmentBase.java | 59 import com.android.email.Controller; 145 private Controller mController; 263 // Initialize components, but don't "start" them. Registering the controller callbacks 267 mController = Controller.getInstance(mContext); 458 protected final Controller getController() { [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
jet.c | 64 pEvent->controller = (EAS_U8) ((event & JET_EVENT_CTRL_MASK) >> JET_EVENT_CTRL_SHIFT); 80 procName, sEvent.segment, sEvent.track, sEvent.channel, sEvent.controller, sEvent.value); */ } 887 if ((event.controller == JET_EVENT_MARKER) && [all...] |
/frameworks/av/services/audioflinger/ |
Effects.cpp | 637 status_t AudioFlinger::EffectModule::setVolume(uint32_t *left, uint32_t *right, bool controller) 645 // if controller flag is set (Note that controller == TRUE => EFFECT_FLAG_VOLUME_CTRL set) 655 if (controller) { 664 if (controller && status == NO_ERROR && size == sizeof(volume)) { [all...] |
/external/grub/netboot/ |
depca.c | 53 3) "Am79C90 CMOS Local Area Network Controller for Ethernet (C-LANCE)", 55 4) "Am79C960 PCnet-ISA(tm), Single-Chip Ethernet Controller for ISA", 57 5) "DEC EtherWORKS LC Ethernet Controller Owners Manual", 59 6) "DEC EtherWORKS Turbo Ethernet Controller Owners Manual", 63 8) "DEC EtherWORKS Turbo_(TP BNC) Ethernet Controller Owners Manual",
|
/external/jpeg/ |
jdcoefct.c | 8 * This file contains the coefficient buffer controller for decompression. 9 * This controller is the top level of the JPEG decompressor proper. 12 * In buffered-image mode, this controller is the interface between 26 /* Private buffer controller object */ 925 * Initialize coefficient buffer controller. [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdcoefct.c | 8 * This file contains the coefficient buffer controller for decompression. 9 * This controller is the top level of the JPEG decompressor proper. 12 * In buffered-image mode, this controller is the interface between 26 /* Private buffer controller object */ 925 * Initialize coefficient buffer controller. [all...] |
/external/webkit/Tools/DumpRenderTree/qt/ |
DumpRenderTreeQt.cpp | 462 // async geolocation permission set by controller 915 static const char *methodNameStringForFailedTest(LayoutTestController *controller) 918 if (controller->shouldDumpAsText()) 921 //else if (controller->dumpDOMAsWebArchive()) 923 //else if (controller->dumpSourceAsWebArchive()) [all...] |
/external/webkit/Source/WebKit/win/ |
WebFrame.cpp | 1208 AnimationController* controller = frame->animation(); 1209 if (!controller) 1216 *animationWasRunning = controller->pauseAnimationAtTime(domNode->node()->renderer(), String(animationName, SysStringLen(animationName)), secondsFromNow); [all...] |
/packages/apps/Nfc/nci/jni/ |
SecureElement.cpp | 19 * controller. 206 // If the controller has an HCI Network, register for that 549 //if the controller is routing to sec elems or piping, [all...] |
NativeNfcManager.cpp | [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_browsertest.cc | 238 AutocompleteController* controller = local 240 ASSERT_TRUE(controller); 242 if (controller->done()) 248 Source<AutocompleteController>(controller)); 250 while (!HasFailure() && !controller->done()) 253 ASSERT_TRUE(controller->done()); [all...] |
/external/skia/src/core/ |
SkPicturePlayback.cpp | 206 deepCopyInfo->controller.setBitmapStorage(heap); 209 deepCopyInfo->controller.setBitmapStorage(fBitmapHeap); 215 deepCopyInfo->paintData[i] = SkFlatData::Create(&deepCopyInfo->controller, 226 deepCopyInfo->controller.setupPlaybacks(); 232 SkBitmapHeap* bmHeap = deepCopyInfo->controller.getBitmapHeap(); 233 SkTypefacePlayback* tfPlayback = deepCopyInfo->controller.getTypefacePlayback(); [all...] |
/external/oprofile/events/ppc64/cell-be/ |
events | 61 # CBE Signal Group 32 - PPSS L2 Cache Controller - Group 1 (NClk/2) 70 # CBE Signal Group 33 - PPSS L2 Cache Controller - Group 2 (NClk/2) 87 # CBE Signal Group 34 - PPSS L2 Cache Controller - Group 3 (NClk/2) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ListViewTest.java | 562 LayoutAnimationController controller = new LayoutAnimationController( local 564 listView.setLayoutAnimation(controller);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
_index.html | 211 <dt><a href="RemoteService.html">Remote Service Controller and 242 <dt><a href="AlarmController.html">Alarm Controller</a></dt>
|