Home
last modified time | relevance | path

Searched defs:gid (Results 1 – 25 of 33) sorted by relevance

12

/packages/modules/Uwb/framework/java/android/uwb/
DIUwbVendorUciCallback.aidl21 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived()
22 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
DUwbVendorUciCallbackListener.java80 public void onVendorResponseReceived(int gid, int oid, @NonNull byte[] payload) in onVendorResponseReceived()
98 public void onVendorNotificationReceived(int gid, int oid, @NonNull byte[] payload) in onVendorNotificationReceived()
/packages/apps/Nfc/src/com/android/nfc/
DNfcVendorNciResponse.java23 public int gid; field in NfcVendorNciResponse
26 public NfcVendorNciResponse(byte status, int gid, int oid, byte[] payload) { in NfcVendorNciResponse()
DDeviceHost.java52 public void onVendorSpecificEvent(int gid, int oid, byte[] payload); in onVendorSpecificEvent()
240 NfcVendorNciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload); in sendRawVendorCmd()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbVendorUciResponse.java24 public int gid; field in UwbVendorUciResponse
27 public UwbVendorUciResponse(byte status, int gid, int oid, byte[] payload) { in UwbVendorUciResponse()
/packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/
DUwbServiceCore.java105 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived()
231 public UwbVendorUciResponse sendVendorCommand(int gid, int oid, byte[] payload) { in sendVendorCommand()
270 private native UwbVendorUciResponse nativeSendVendorCmd(int gid, int oid, byte[] payload); in nativeSendVendorCmd()
DIUwbServiceListener.java66 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
/packages/modules/adb/libs/libadbd_fs/
Dadbd_fs.cpp22 void adbd_fs_config(const char* path, int dir, const char* target_out_path, uid_t* uid, gid_t* gid, in adbd_fs_config()
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DFileUtils.java68 public int gid; field in FileUtils.FileStatus
123 public native static String getGroupName(int gid); in getGroupName()
/packages/modules/adb/daemon/
Dfile_sync_service.cpp116 gid_t gid = -1; in secure_mkdirs() local
355 gid_t gid, uint64_t capabilities, mode_t mode, in handle_send_file()
538 gid_t gid = -1; in send_impl() local
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java486 public int gid; field in UwbManagerTest.UwbVendorUciCallback
498 public void onVendorUciResponse(int gid, int oid, byte[] payload) { in onVendorUciResponse()
506 public void onVendorUciNotification(int gid, int oid, byte[] payload) { in onVendorUciNotification()
1670 int gid = 9; in testSendVendorUciMessageVendorGid() local
1704 int gid = 1; in testSendVendorUciMessageFiraGid() local
1738 int gid = 9; in testSendVendorUciMessageWithFragmentedPackets() local
1773 int gid = 9; in testSendVendorUciMessageWithMessageType() local
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
Dbpf_helpers.h366 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
370 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
374 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
378 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
Dbpf_map_def.h172 unsigned int gid; // gid_t member
228 unsigned int gid; member
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.h177 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DINativeUwbManager.java125 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
DNativeUwbManager.java125 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived()
408 public UwbVendorUciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload, in sendRawVendorCmd()
610 private native UwbVendorUciResponse nativeSendRawVendorCmd(int mt, int gid, int oid, in nativeSendRawVendorCmd()
/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DConfigManager.h181 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
/packages/modules/adb/
Dfile_sync_protocol.h63 uint32_t gid; member
86 uint32_t gid; member
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThreshold.java60 private Threshold(int tid, int gid, Threshold t) { in Threshold()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1544 int gid = 0; in testSendVendorUciCommand() local
1566 int gid = 0; in testSendVendorUciCommandMessageTypeTest() local
1838 int gid = 0; in testVendorUciNotificationCallback() local
/packages/modules/Connectivity/service/jni/
Dcom_android_server_connectivity_ClatCoordinator.cpp61 const mode_t mode, const uid_t uid, const gid_t gid, in verifyPerms()
97 #define V(path, md, uid, gid, ctx, vtype) \ argument
/packages/modules/Permission/tests/cts/permission/jni/
Dandroid_permission_cts_FileUtils.cpp91 jobject /* thiz */, jint gid) in android_permission_cts_FileUtils_getGroupName()
/packages/modules/Virtualization/zipfuse/src/
Dmain.rs51 let gid: u32 = matches.get_one::<String>("gid").map_or(0, |s| s.parse().unwrap()); in main() localVariable
133 gid: u32, field
484 gid: u32, field
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java375 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived()
974 private void sendVendorUciResponse(int gid, int oid, byte[] payload) { in sendVendorUciResponse()
990 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload, in sendVendorUciMessage()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java358 int mt, int gid, int oid, byte[] payload); in nativeSendRawVendorCmd()
361 public NfcVendorNciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload) { in sendRawVendorCmd()

12