| /external/webrtc/talk/app/webrtc/java/jni/ |
| androidnetworkmonitor_jni.cc | 62 void AndroidNetworkMonitor::Start() {
|
| /external/webrtc/talk/app/webrtc/ |
| remotevideocapturer.cc | 39 cricket::CaptureState RemoteVideoCapturer::Start( 43 << "RemoteVideoCapturer::Start called when it's already started."; 47 LOG(LS_INFO) << "RemoteVideoCapturer::Start";
|
| /external/webrtc/talk/app/webrtc/test/ |
| fakeperiodicvideocapturer.h | 56 virtual cricket::CaptureState Start(const cricket::VideoFormat& format) { 57 cricket::CaptureState state = FakeVideoCapturer::Start(format);
|
| /frameworks/native/cmds/dumpstate/ |
| DumpstateService.cpp | 41 status_t DumpstateService::Start() {
|
| /hardware/intel/common/wrs_omxil_core/utils/src/ |
| thread.cpp | 47 int Thread::Start(void)
|
| /prebuilts/go/darwin-x86/src/net/smtp/ |
| auth.go | 16 // Start begins an authentication with a server. 23 Start(server *ServerInfo) (proto string, toServer []byte, err error) 62 func (a *plainAuth) Start(server *ServerInfo) (string, []byte, error) { 98 func (a *cramMD5Auth) Start(server *ServerInfo) (string, []byte, error) {
|
| /prebuilts/go/darwin-x86/src/net/textproto/ |
| pipeline.go | 47 p.request.Start(id) 59 p.response.Start(id) 69 // happen in order, one after the other. The event numbering must start 78 // Start waits until it is time for the event numbered id to begin. 81 func (s *sequencer) Start(id uint) {
|
| /prebuilts/go/linux-x86/src/net/smtp/ |
| auth.go | 16 // Start begins an authentication with a server. 23 Start(server *ServerInfo) (proto string, toServer []byte, err error) 62 func (a *plainAuth) Start(server *ServerInfo) (string, []byte, error) { 98 func (a *cramMD5Auth) Start(server *ServerInfo) (string, []byte, error) {
|
| /prebuilts/go/linux-x86/src/net/textproto/ |
| pipeline.go | 47 p.request.Start(id) 59 p.response.Start(id) 69 // happen in order, one after the other. The event numbering must start 78 // Start waits until it is time for the event numbered id to begin. 81 func (s *sequencer) Start(id uint) {
|
| /system/bt/service/ipc/ |
| ipc_manager.cc | 40 bool IPCManager::Start(Type type, Delegate* delegate) {
|
| /art/test/915-obsolete-2/src/art/ |
| Test915.java | 24 private void Start() { 33 System.out.println("Pre Start private method call"); 34 Start(); 35 System.out.println("Post Start private method call"); 44 // private void Start() { 53 // System.out.println("Pre Start private method call - Transformed"); 54 // Start(); 55 // System.out.println("Post Start private method call - Transformed");
|
| /art/test/985-re-obsolete/src/art/ |
| Test985.java | 24 private void Start() { 33 System.out.println("Pre Start private method call"); 34 Start(); 35 System.out.println("Post Start private method call"); 44 // private void Start() { 53 // System.out.println("Pre Start private method call - Transformed"); 54 // Start(); 55 // System.out.println("Post Start private method call - Transformed"); 111 // private void Start() { 120 // System.out.println("second - Pre Start private method call - Transformed") [all...] |
| /build/kati/ |
| stats.cc | 64 void Stats::Start() { 87 st_->Start();
|
| /build/soong/ui/build/ |
| exec.go | 60 func (c *Cmd) Start() error { 62 return c.Cmd.Start() 83 // StartOrFatal is equivalent to Start, but handles the error with a call to ctx.Fatal 85 if err := c.Start(); err != nil {
|
| /cts/tests/tests/media/libndkaudio/src/com/android/ndkaudio/ |
| AudioPlayer.java | 31 public native void Start();
|
| AudioRecorder.java | 31 public native void Start();
|
| /device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
| Gpt.S | 33 Start:
36 # Start Print
177 # EDX:EAX = Start LBA
215 .long 0x0,0x0 # Start LBA (To be fixed each times)
271 .byte 0xff # Start Header
272 .byte 0xff # Start Sector
273 .byte 0xff # Start Track
|
| /device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ |
| ReportStatusCodeLib.c | 70 CONST EFI_DEVICE_PATH_PROTOCOL *Start;
75 Start = DevicePath;
81 // Subtract the start node from the end node and add in the size of the end node
83 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath);
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverBinding/ |
| DriverBinding.h | 53 device to start.
73 Start this driver on ControllerHandle.
79 device to start.
121 EFI_DRIVER_BINDING_START Start;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4Config/ |
| Ip4Config.h | 64 EFI_IP4_CONFIG_START Start;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseCacheMaintenanceLib/ |
| X86Cache.c | 135 UINTN Start, End;
143 Start = (UINTN)Address;
144 End = (Start + Length + (CACHE_LINE_SIZE - 1)) & ~(CACHE_LINE_SIZE - 1);
145 Start &= ~(CACHE_LINE_SIZE - 1);
148 Start = (UINTN)AsmFlushCacheLine ((VOID*)Start) + CACHE_LINE_SIZE;
149 } while (Start != End);
|
| /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
| AndroidFastbootTransport.h | 131 FASTBOOT_TRANSPORT_START Start;
|
| UsbDevice.h | 118 USB_DEVICE_START Start;
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
| Imem.h | 45 UINT64 Start;
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| DriverBinding.h | 84 The Start() function is designed to be invoked from the EFI boot service ConnectController().
85 As a result, much of the error checking on the parameters to Start() has been moved into this
86 common boot service. It is legal to call Start() from other locations,
91 3. Prior to calling Start(), the Supported() function for the driver specified by This must
95 @param[in] ControllerHandle The handle of the controller to start. This handle
113 @retval Others The driver failded to start the device.
132 same driver's Start() function.
135 Start() function, and the Start() function must have called OpenProtocol() on
161 /// If a controller is supported, then it also provides routines to start and stop the controller. [all...] |