Home
last modified time | relevance | path

Searched defs:functions (Results 26 – 50 of 1215) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DSemaphoreGL.cpp58 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
65 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
82 const FunctionsGL *functions = GetFunctionsGL(context); in wait() local
103 const FunctionsGL *functions = GetFunctionsGL(context); in signal() local
H A DShaderGL.cpp29 ShaderTranslateTaskGL(const FunctionsGL *functions, in ShaderTranslateTaskGL()
116 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
126 const FunctionsGL *functions = GetFunctionsGL(context); in compile() local
298 const FunctionsGL *functions = GetFunctionsGL(context); in load() local
H A DQueryGL.cpp60 const FunctionsGL *functions, in StandardQueryGL()
251 SyncProviderGLSync(const FunctionsGL *functions) : mFunctions(functions), mSync(nullptr) {} in SyncProviderGLSync()
290 SyncProviderGLQuery(const FunctionsGL *functions) : mFunctions(functions), mQuery(0) {} in SyncProviderGLQuery()
328 SyncQueryGL::SyncQueryGL(gl::QueryType type, const FunctionsGL *functions) in SyncQueryGL()
337 bool SyncQueryGL::IsSupported(const FunctionsGL *functions) in IsSupported()
H A DMemoryObjectGL.cpp28 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
35 const FunctionsGL *functions = GetFunctionsGL(context); in setDedicatedMemory() local
55 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
/aosp_15_r20/external/google-breakpad/src/common/
H A Dstabs_to_module_unittest.cc64 vector<Module::Function*> functions; in TEST() local
130 vector<Module::Function*> functions; in TEST() local
165 vector<Module::Function*> functions; in TEST() local
210 vector<Module::Function*> functions; in TEST() local
/aosp_15_r20/external/perfetto/docs/quickstart/
H A Dtrace-analysis.md334 #### Query
352 #### Query as Pandas DataFrame
372 #### Metric
/aosp_15_r20/external/cronet/base/android/linker/
H A Dlinker_jni.cc496 const SharedMemoryFunctions& functions) { in CreateSharedRelroFd()
601 SharedMemoryFunctions functions; in LoadLibrary() local
673 SharedMemoryFunctions functions; in CompareRelroAndReplaceItBy() local
705 SharedMemoryFunctions functions; in CreateSharedRelroFdForTesting() local
713 SharedMemoryFunctions functions; in SharedMemoryFunctionsSupportedForTesting() local
/aosp_15_r20/hardware/interfaces/usb/gadget/1.1/default/
H A DUsbGadget.cpp77 static V1_0::Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid()
134 V1_0::Status UsbGadget::setupFunctions(uint64_t functions, in setupFunctions()
175 Return<void> UsbGadget::setCurrentUsbFunctions(uint64_t functions, in setCurrentUsbFunctions()
/aosp_15_r20/hardware/interfaces/usb/gadget/1.2/default/
H A DUsbGadget.cpp128 static V1_0::Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid()
191 V1_0::Status UsbGadget::setupFunctions(uint64_t functions, in setupFunctions()
232 Return<void> UsbGadget::setCurrentUsbFunctions(uint64_t functions, in setCurrentUsbFunctions()
/aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/
H A DUsbGadgetAidl.java183 UsbGadgetCallback(IndentingPrintWriter pw, int request, long functions, in UsbGadgetCallback()
192 public void setCurrentUsbFunctionsCb(long functions, in setCurrentUsbFunctionsCb()
208 public void getCurrentUsbFunctionsCb(long functions, in getCurrentUsbFunctionsCb()
H A DUsbGadgetHidl.java232 long functions, boolean chargingFunctions) { in UsbGadgetCallback()
239 public void setCurrentUsbFunctionsCb(long functions, in setCurrentUsbFunctionsCb()
246 public void getCurrentUsbFunctionsCb(long functions, in getCurrentUsbFunctionsCb()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/usb/gadget/1.2/android.hardware.usb.gadget-V1.2-java_gen_java/gen/srcs/android/hardware/usb/gadget/V1_2/
DIUsbGadgetCallback.java242 public void setCurrentUsbFunctionsCb(long functions, int status) in setCurrentUsbFunctionsCb()
259 public void getCurrentUsbFunctionsCb(long functions, int status) in getCurrentUsbFunctionsCb()
566 long functions = _hidl_request.readInt64(); in onTransact() local
576 long functions = _hidl_request.readInt64(); in onTransact() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/usb/gadget/1.0/[email protected]_genc++/gen/android/hardware/usb/gadget/1.0/
DUsbGadgetCallbackAll.cpp133 …*_hidl_this_instrumentor, ::android::hardware::hidl_bitfield<::android::hardware::usb::gadget::V1_… in _hidl_setCurrentUsbFunctionsCb()
190 …*_hidl_this_instrumentor, ::android::hardware::hidl_bitfield<::android::hardware::usb::gadget::V1_… in _hidl_getCurrentUsbFunctionsCb()
249 …:setCurrentUsbFunctionsCb(::android::hardware::hidl_bitfield<::android::hardware::usb::gadget::V1_… in setCurrentUsbFunctionsCb()
255 …:getCurrentUsbFunctionsCb(::android::hardware::hidl_bitfield<::android::hardware::usb::gadget::V1_… in getCurrentUsbFunctionsCb()
/aosp_15_r20/device/google/gs201/usb/gadget/
DUsbGadget.cpp167 static Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid()
389 Status UsbGadget::setupFunctions(long functions, in setupFunctions()
472 ScopedAStatus UsbGadget::setCurrentUsbFunctions(long functions, in setCurrentUsbFunctions()
/aosp_15_r20/device/google/zumapro/usb/gadget/
DUsbGadget.cpp170 static Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid()
396 Status UsbGadget::setupFunctions(long functions, in setupFunctions()
479 ScopedAStatus UsbGadget::setCurrentUsbFunctions(long functions, in setCurrentUsbFunctions()
/aosp_15_r20/frameworks/base/core/java/android/hardware/usb/
H A DUsbManager.java1463 public void setCurrentFunctions(@UsbFunctionMode long functions) { in setCurrentFunctions()
1485 public void setCurrentFunction(String functions, boolean usbDataUnlocked) { in setCurrentFunction()
1534 public void setScreenUnlockedFunctions(long functions) { in setScreenUnlockedFunctions()
2063 public static boolean areSettableFunctions(long functions) { in areSettableFunctions()
2077 public static String usbFunctionsToString(long functions) { in usbFunctionsToString()
2116 public static long usbFunctionsFromString(String functions) { in usbFunctionsFromString()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/src/
H A Dlib.rs34 fn functions(input: TokenStream, dirs: &[&str]) -> TokenStream { in functions() function
44 let mut functions = Vec::new(); in functions() localVariable
85 let functions = functions in functions() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/src/
H A Dlib.rs34 fn functions(input: TokenStream, dirs: &[&str]) -> TokenStream { in functions() function
44 let mut functions = Vec::new(); in functions() localVariable
85 let functions = functions in functions() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/src/
H A Dlib.rs34 fn functions(input: TokenStream, dirs: &[&str]) -> TokenStream { in functions() function
44 let mut functions = Vec::new(); in functions() localVariable
85 let functions = functions in functions() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/src/
H A Dlib.rs34 fn functions(input: TokenStream, dirs: &[&str]) -> TokenStream { in functions() function
44 let mut functions = Vec::new(); in functions() localVariable
85 let functions = functions in functions() localVariable
/aosp_15_r20/device/google/zuma/usb/gadget/
DUsbGadget.cpp187 static Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid()
407 Status UsbGadget::setupFunctions(long functions, in setupFunctions()
490 ScopedAStatus UsbGadget::setCurrentUsbFunctions(long functions, in setCurrentUsbFunctions()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/src/
H A Dlib.rs34 fn functions(input: TokenStream, dirs: &[&str]) -> TokenStream { in functions() function
44 let mut functions = Vec::new(); in functions() localVariable
85 let functions = functions in functions() localVariable
/aosp_15_r20/device/google/gs101/usb/gadget/
DUsbGadget.cpp167 static Status validateAndSetVidPid(int64_t functions) { in validateAndSetVidPid()
389 Status UsbGadget::setupFunctions(long functions, in setupFunctions()
538 ScopedAStatus UsbGadget::setCurrentUsbFunctions(long functions, in setCurrentUsbFunctions()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/usb/gadget/aidl/android.hardware.usb.gadget-V1-java/android_common/javac/
Dandroid.hardware.usb.gadget-V1-java.jar ... , long) throws android.os.RemoteException long functions android.hardware.usb.gadget.IUsbGadgetCallback callback ...
/aosp_15_r20/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DUsbManagerCompat.java20 public static long usbFunctionsFromString(String functions) { in usbFunctionsFromString()
24 public static boolean areSettableFunctions(long functions) { in areSettableFunctions()

12345678910>>...49